Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

I am having a 12 datanode are running, but out of 1 is dead but in ambari alters is not showing which one is dead,

avatar
Contributor

How to find which datanode is dead via terminal or ambari

1 ACCEPTED SOLUTION

avatar
Mentor

@ANSARI FAHEEM AHMED

#su - hdfs
$ hdfs dfsadmin -report -dead

View solution in original post

5 REPLIES 5

avatar
Mentor

@ANSARI FAHEEM AHMED

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

avatar
Contributor

Thanks but still not display which one is down, any other command

avatar
Contributor

It appear four to six node and at end

one datanode is dead (1)

details of node

---------------

---------------

avatar
Mentor

@ANSARI FAHEEM AHMED

#su - hdfs
$ hdfs dfsadmin -report -dead

avatar
Contributor

Thanks a lot , find it and and solve it ?

Labels