0 votes
in HDFS by
How would you check whether your NameNode is working or not?

1 Answer

0 votes
by

There are many ways to check the status of the NameNode. Most commonly, one uses the jps command to check the status of all the daemons running in the HDFS. Alternatively, one can visit the NameNode’s Web UI for the same. 

...