Created on 09-08-2016 09:32 PM - edited 08-19-2019 01:04 AM
Hi Team,
During installation from ambari, the HDP clients successfully got installed in one of our datanodes. However it seems like there is some error in datanode which we are not able to troubleshoot the issue. The heartbeat response is receiving as can be seen in ambari-agent.log file.I am attaching the screenshot for your kind review. Can you please help us here??
Thanks,
Rahul
Created 10-12-2016 05:36 AM
Hi Constantin,
The issue was that a hadoop folder got created previously under /usr/hdp folder since there should be only 2 folders named 2.4.2.0-258 and current under /usr/hdp. There should not be any additional folders apart from two folders. After removing the hadoop folder from /usr/hdp, the issue got resolved.
Thanks,
Rahul
Created 09-08-2016 11:09 PM
1. Are the Ambari agents running? Please check their status.
2. Please check ambari-agent, ambari-metrics-monitor and ambari-server logs for recent ERROR. These logs are usually found under /var/log/ where they run. Each node in the cluster has the agent and the monitor. The ambari-server log is on the ambari server host. Log files rotate. Check the latest without a data stamp.
You can try something like
cat ambari.log | grep ERROR
or
tail -1000 ambari.log | grep ERROR
Just look at the timestamp to eliminate false positives.
Created 10-12-2016 05:36 AM
Hi Constantin,
The issue was that a hadoop folder got created previously under /usr/hdp folder since there should be only 2 folders named 2.4.2.0-258 and current under /usr/hdp. There should not be any additional folders apart from two folders. After removing the hadoop folder from /usr/hdp, the issue got resolved.
Thanks,
Rahul