Created 10-26-2016 07:25 PM
How to find which datanode is dead via terminal or ambari
Created 10-26-2016 07:49 PM
Created 10-26-2016 07:34 PM
I think the below command should sort you out if you are not in a kerberized environment
#su - hdfs $ hdfs dfsadmin -report -dead $ hdfs dfsadmin -report -alive
The dead and alive nodes will appear
Created 10-26-2016 07:40 PM
Thanks but still not display which one is down, any other command
Created 10-26-2016 07:45 PM
It appear four to six node and at end
one datanode is dead (1)
details of node
---------------
---------------
Created 10-26-2016 07:49 PM
#su - hdfs $ hdfs dfsadmin -report -dead
Created 10-26-2016 08:07 PM
Thanks a lot , find it and and solve it ?