Member since
02-16-2016
176
Posts
197
Kudos Received
17
Solutions
06-22-2016
01:05 AM
Hi, Thanks for the info.. It seems I am unable to load the data after implemented the partitioning like suggested I have to extract the same table data from different servers and databases. So I have made the partition like servername.databasename.tablename(this is my sqoop target dir.) In the hive external table I have added the path in the partition column and se the location. Regards
... View more
06-20-2016
01:06 PM
@Shishir Saxena In approach a, lack of involvement from enterprise security teams is not a positive thing. When dealing with a large enterprise, security is paramount and we should never be recommending that HDP administrators be permitted to manage authentication systems. Separation of duties is a core security principle and should not be taken lightly.
... View more
02-14-2019
05:16 AM
can you please upload the sample xml and nifi template here Thanks Nitin
... View more
08-24-2017
03:10 PM
Attached are the logs that are related to my getKafka processor. Can someone please go through the same and let me know what might be going wrong!getkafka-processor-log.txt
... View more
07-28-2018
09:33 AM
@Shishir Saxena I also followed your instruction No. 3 [Connectting to Kerberos cluister using keytab] on connecting to Phoenix. But failed, my version is hdp 2.6.4, can you show more details? thank u so much.
... View more
02-19-2016
06:00 AM
8 Kudos
There are 2 different ways of accessing HDFS over http. Using WebHDFS http://<active-namenode-server>:<namenode-port>/webhdfs/v1/<file-path>?op=OPEN Using HttpFs http://<hadoop-httpfs-server>:<httpfs-port>/webhdfs/v1/<file-path>?op=OPEN WebHDFS: Pros: Built-in with default Hadoop installation Efficient as load is streamed from each data node Cons: Does not work if high availability is enabled on cluster, Active namenode needs to be specified to use webHdfs HttpFs Pros: Works with HA enabled clusters. Cons: Needs to be installed as additional service. Impacts performance because data is streamed from single node. Creates single point of failure Additional performance implications of webHDFS vs HttpFs https://www.linkedin.com/today/post/article/20140717115238-176301000-accessing-hdfs-using-the-webhdfs-rest-api-vs-httpfs WebHDFS vs HttpFs Major difference between WebHDFS and HttpFs: WebHDFS needs access to all nodes of the cluster and when some data is read it is transmitted from that node directly, whereas in HttpFs, a singe node will act similar to a "gateway" and will be a single point of data transfer to the client node. So, HttpFs could be choked during a large file transfer but the good thing is that we are minimizing the footprint required to access HDFS.
... View more
Labels:
07-22-2019
12:46 PM
Please can you @Shishir Saxena can you share your whole with me from the jass file to the Java code
... View more