how can you check whether Namenode is working beside using the jps command?



how can you check whether Namenode is working beside using the jps command?..

Answer / Santosh Kumar Kanhiya

Besides the jps command, you can use web interfaces provided by Hadoop to check the Namenode status. You can access the Namenode's web UI at http://[namenode-ip]:50070/dfshealth.html or you can use Hadoop command: hadoop dfsadmin -report to get a detailed report about the cluster health.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MapReduce Interview Questions

How many times combiner is called on a mapper node in Hadoop?

1 Answers  


What is optimal size of a file for distributed cache?

1 Answers  


What is shuffling and sorting in mapreduce?

1 Answers  


Explain what are the basic parameters of a mapper?

1 Answers  


What are the advantages of using mapreduce with hadoop?

1 Answers  


How is reporting controlled in hadoop?

1 Answers  


Explain combiners.

1 Answers  


What is Data Locality in Hadoop?

1 Answers  


What is the difference between an RDBMS and Hadoop?

1 Answers  


What are the various input and output types supported by mapreduce?

1 Answers  


Different ways of debugging a job in MapReduce?

1 Answers  


For a Hadoop job, how will you write a custom partitioner?

1 Answers  


Categories