Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2565 | 11-01-2016 05:43 PM | |
| 8490 | 11-01-2016 05:36 PM | |
| 4854 | 07-01-2016 03:20 PM | |
| 8174 | 05-25-2016 11:36 AM | |
| 4319 | 05-24-2016 05:27 PM |
11-01-2015
02:41 PM
This is an authentication error that occurs when an HTTP request lacks a Kerberos ticket while the server requires it. So some service is not properly configured or a kinit is failing prior to executing this webhdfs call. The service that is failing needs to be identified. Then you need to take a look at how it is configured and make sure a kinit can be successfully executed (manually) using the relevant Kerberos principal and keytab file. The kinit may fail because the keytab file is out of sync with the KDC or the service is misconfigured to use an incorrect principal name or keytab file.
... View more
05-20-2016
02:13 PM
Latest / Trunk code for the Grafana DataSource can be found here... https://github.com/apache/ambari/tree/trunk/ambari-metrics/ambari-metrics-grafana
... View more
05-03-2018
08:37 AM
@Neeraj Sabharwal , I am not able to see the parameter to set the ldap bind password for base DN for hive . Where to find this parameter.
... View more
10-30-2015
03:02 AM
1 Kudo
This bug is fixed in all HDP releases after (but not including) HDP 2.2.8. It is fixed in 2.3.0+
... View more
10-30-2015
09:35 PM
1 Kudo
If you are asking about iptables then iptables = on port exceptions stays on or knox plays its charm.
... View more
01-11-2016
03:52 PM
2 Kudos
I followed hortonwork's documentation for creating node labels and assigning nodes to node labels. http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_yarn_resource_mgt/content/configuring_node_labels.html
... View more
11-03-2015
01:31 PM
@Jonas Straub Thanks for sharing it. I did read it. I am sure once Zeppelin is part of HDP then customers may raise the same question
... View more
12-19-2017
10:43 AM
This method of using yarn command does not cover the use case of running HDInsight cluster on demand when cluster created to run the pipeline and then deleted. One approach is to use https://github.com/shanyu/hadooplogparser . Is there any option to configure YARN logger to produce text and not TFile binary format?
... View more
03-13-2017
01:54 AM
HDP service logs are available in ambari log search. the back end is solr so you can pull all or only relevant info based on your requirements. Also for service level metrics, ambari stores these now in grafana.
... View more
11-02-2015
11:58 AM
Thanks @ravi@hortonworks.com
... View more