Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3933 | 08-20-2018 08:26 PM | |
1814 | 08-15-2018 01:59 PM | |
2280 | 08-13-2018 02:20 PM | |
3964 | 07-23-2018 04:37 PM | |
4867 | 07-19-2018 12:52 PM |
02-18-2016
05:23 AM
1 Kudo
@Neeraj Sabharwal Yes I did and it was very helpful. Appreciate you providing the awesome insights.
... View more
02-16-2016
11:31 AM
@Sunile Manjee See this thread on HS2 and ZK relationship https://community.hortonworks.com/questions/1342/how-to-enable-zookeeper-discovery-for-hiveserver2.html
... View more
02-11-2016
04:56 AM
1 Kudo
@Sunile Manjee -d statusdir=<> this option is used to specify the hdfs directory to store the log files.( stdout,stderr) for the executed job.
... View more
02-10-2016
06:29 PM
3 Kudos
Typically when referring to site-to-site we are referring to a Remote Process Group on one NiFi instance, communicating with an Input Port or Output Port on another NiFi instance. This is a TCP based protocol which is internal to NiFi, and makes a direct connection between the two instances. It can optionally be secured with TLS/SSL. The side of the connection that is receiving data, or providing data to be pulled, must configure the following properties in nifi.properties: # Site to Site properties nifi.remote.input.socket.host= nifi.remote.input.socket.port= nifi.remote.input.secure=true
... View more
02-10-2016
03:48 PM
@Sunile Manjee there's multiple ways of doing things, you can split a large file into smaller files, I've done that with CSV and split by column types. This is just one way.
... View more
02-20-2016
04:30 AM
1 Kudo
Thanks @Chris Nauroth the NameNode can tell clients like MapReduce the locations of hosts that contain a replica of the block. MapReduce uses that information in its scheduling decisions, so if there are many MapReduce jobs that all need to read the same block, then having more replicas increases the chances for all of those concurrent tasks to be scheduled to a host containing a replica (and therefore getting a short-circuit read)
... View more
02-09-2016
03:41 AM
@Sunile Manjee I think Ancil answer is best one 😉 You are the judge.
... View more
02-10-2016
08:53 PM
1 Kudo
done. https://community.hortonworks.com/articles/16151/yarn-que-utilization-ambari-widget.html
... View more
01-30-2016
06:10 PM
1 Kudo
Hi,
If you have any other please let us know.
Actually the aws role json can find here: https://github.com/sequenceiq/cloudbreak-deployer/blob/master/include/aws-roles.bash#L162
... View more