Multiple Choice
You are running a Hadoop cluster with a NameNode on host mynamenode, a secondary NameNode on host mysecondarynamenode and several DataNodes. Which best describes how you determine when the last checkpoint happened?
A) Execute hdfs namenode -report on the command line and look at the Last Checkpoint information
B) Execute hdfs dfsadmin -saveNamespace on the command line which returns to you the last checkpoint value in fstime file
C) Connect to the web UI of the Secondary NameNode (http://mysecondary:50090/) and look at the "Last Checkpoint" information
D) Connect to the web UI of the NameNode (http://mynamenode:50070) and look at the "Last Checkpoint" information
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Cluster Summary: 45 files and directories, 12
Q7: Which is the default scheduler in YARN?<br>A)
Q8: Identify two features/issues that YARN is designated
Q9: You suspect that your NameNode is incorrectly
Q10: On a cluster running CDH 5.0 or
Q12: Assuming a cluster running HDFS, MapReduce version
Q13: A slave node in your cluster has
Q14: What does CDH packaging do on install
Q15: Which process instantiates user code, and executes
Q16: You have just run a MapReduce job