Member since
01-04-2016
55
Posts
100
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1629 | 03-15-2017 06:42 AM | |
1382 | 09-26-2016 04:30 PM | |
2173 | 09-21-2016 04:04 PM | |
1344 | 09-20-2016 04:34 PM | |
8559 | 08-10-2016 07:16 PM |
03-15-2017
08:38 PM
Thanks guys. The instructions for setting proxy for ambari is incorrect or not very clear. I got it going and everything was fine.
... View more
08-17-2016
05:19 PM
@sbhat Is any of this documented somewhere? Looking at: https://github.com/apache/ambari/blob/trunk/ambari-server/docs/api/v1/index.md I don't see any reference to creating users.
... View more
08-05-2016
06:16 AM
2 Kudos
Hi @Kumar Veerappan, You can find namenode via command line using : dfsadmin -report or <code>hadoop getconf -namenodes ( you can use this to get secondary namenode/backup node etc)
From ambari, you can go to services page, get to the service whose admin you want and click on the component link to find the component host. For eg, to find the namenode go to HDFS service page and click on the link for namenode : Else, move to the hosts page and search for the component : screen-shot-2016-08-05-at-114146-am.png Based on the version you are using, the filter page may vary. But every version has a filter for component type which will give you host name. Hope this helps!
... View more
11-16-2016
08:37 AM
@Jayanta Das Thanks for the update.
... View more
08-04-2016
09:37 AM
Hi @sbhat yes, you are right. but rebooting was not the solution. The solution was to change the "desired_stack_id" on the table "clusters" to the new stack_version. I read this thread yesterday, but didn't recognize the marked solution 😄
... View more
08-04-2016
03:50 PM
Hi @sbhat - this is certainly helpful, thank you for the reference!
... View more
06-08-2016
09:26 PM
2 Kudos
The custom commands are actually defined at the service-level in the metainfo.xml file. E.g., HDFS: DECOMMISSION, REBALANCEHDFS
Hbase: DECOMMISSION
YARN: REFRESHQUEUES, CREATE_YARN_DIRECTORIES (needed for LLAP in a Kerberized cluster)
Knox: STARTDEMOLDAP, STOPDEMOLDAP
Hive: CLEAN, RESTART_LLAP
Kerberos: SET_KEYTAB, REMOVE_KEYTAB
... View more