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. 

Related questions

0 votes
asked Oct 13, 2023 in JavaScript by GeorgeBell
+1 vote
asked Feb 18, 2021 in Linux by SakshiSharma
...