Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 05-23-2016 01:15 PM
After enabling HA I foung following error on /var/log/ambari-metrics-collector
Caused by: java.io.IOException: Can't get master address from ZooKeeper; znode data == null
Please help me out
Created 06-03-2016 03:47 AM
Thanks @Jitendra Yadav I have resolved this issue by changing these parameters on
Advanced ams-hbase-site
hbase.rootdir - hdfs://nameservice/user/ams/hbase
earlier it was pointing to my namenode after enabling ha i had to change these and it worked fine for me
Created 05-23-2016 01:31 PM
Can you share the output of below commands?
cat /var/log/ambari-metrics-collector/ambari-metrics-collector.pid ps -aef|grep collector
Created 05-24-2016 06:21 PM
@chennuri gouri shankar Is Ambari Metrics running in embedded mode or distributed mode?
Created 06-03-2016 03:47 AM
Thanks @Jitendra Yadav I have resolved this issue by changing these parameters on
Advanced ams-hbase-site
hbase.rootdir - hdfs://nameservice/user/ams/hbase
earlier it was pointing to my namenode after enabling ha i had to change these and it worked fine for me