Member since
09-15-2015
294
Posts
764
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1526 | 07-27-2017 04:12 PM | |
4135 | 06-29-2017 10:50 PM | |
1962 | 06-21-2017 06:29 PM | |
2202 | 06-20-2017 06:22 PM | |
1991 | 06-16-2017 06:46 PM |
05-08-2017
10:38 PM
1 Kudo
Yes, you can get component status using ambari Rest API's. curl -u admin:admin -H "X-Requested-By:ambari" -i -X POST http://sandbox.hortonworks.com:8080/api/v1/clusters/Sandbox/services/NIFI
Below is a good article: https://community.hortonworks.com/articles/30289/working-with-ambari-rest-api-automate-nifi-install.html
... View more
04-29-2017
05:31 PM
1 Kudo
Hi Rashmi, Can you please accept my answer, if it helped you to resolve the issue.
... View more
04-29-2017
05:13 PM
5 Kudos
@Rashmi Gupta There is a spelling mistake in your alias. grunt> moive_rate = FILTER movie_a BY year==1994;
grunt> dump movie_rate;
When you assign you give that as moive_rate (Here the spelling is wrong for movie) whereas when you dump you give it as movie_rate. Please try after correcting the spelling.
... View more
04-28-2017
10:33 PM
1 Kudo
I might be related to : http://stackoverflow.com/questions/37685723/1003-error-unable-to-find-an-operator-for-alias-in-group-function-in-pig If this does not help, can you post the commands you are trying and the stack trace to debug.
... View more
04-06-2017
05:50 PM
5 Kudos
@Saikrishna Tarapareddy - I think you accidentally asked the same question twice: https://community.hortonworks.com/questions/93488/help-with-hive-regex-extract.html Can you please close this one.
... View more
04-06-2017
05:48 PM
1 Kudo
Please see below guide for Ambari 2.4.2.0: http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-user-guide/content/how_to_regenerate_keytabs.html
... View more
04-06-2017
05:41 PM
2 Kudos
You can use distcp -filters to ignore few path, patterns Refer this: http://www.ericlin.me/how-to-use-filters-to-exclude-files-when-in-distcp hadoop distcp -filters /path/to/filterfile.txt hdfs://source/path hdfs://destination/path
... View more
04-06-2017
12:13 AM
1 Kudo
Please see below answer from Bikas : https://community.hortonworks.com/questions/46500/spark-cant-connect-to-hbase-using-kerberos-in-clus.html Apache Spark 2.0 has support for automatically acquiring HBase security tokens correctly for that job and all its executors. Apache Spark 1.6 does not have that feature but in HDP Spark 1.6 we have backported that feature and it can acquire the HBase tokens for the jobs. The tokens are automatically acquired if 1) security is enabled and 2) hbase-site.xml is present on the client classpath 3) that hbase-site.xml has kerberos security configured. Then hbase tokens for the hbase master specified in that hbase-site.xml are acquired and used in the job.
... View more
04-05-2017
11:34 PM
1 Kudo
Below is one example for custom metrics in Ambari: http://stackoverflow.com/questions/36268745/custom-metrics-in-ambari
... View more
04-05-2017
11:22 PM
1 Kudo
No official communication yet. Watch out below: https://hortonworks.com/downloads/
... View more