Which command does Hadoop offer to discover missing or corrupt HDFS data?
Answer : B
Reference:https://twiki.grid.iu.edu/bin/view/Storage/HadoopRecovery
You are migrating a cluster from MApReduce version 1 (MRv1)to MapReduce version 2
(MRv2) on YARN. You want to maintain your MRv1 TaskTracker slot capacities when you migrate. What should you do/
Answer : D
Which YARN daemon or service negotiations map and reduce Containers from the
Scheduler, tracking their status and monitoring progress?
Answer : B
Reference:http://www.devx.com/opensource/intro-to-apache-mapreduce-2-yarn.html(See resource manager)
You are running a Hadoop cluster with MapReduce version 2 (MRv2) on YARN. You consistently see that MapReducemap tasks on your cluster are running slowly because of excessive garbage collection of JVM, how do you increase JVM heap size property to 3GB to optimize performance?
Answer : C
Reference:http://hortonworks.com/blog/how-to-plan-and-configure-yarn-in-hdp-2-0/
You have a cluster running with a FIFO scheduler enabled. You submit a large job A to the cluster, which you expect to run for one hour. Then, you submit job B to the cluster, which you expect to run a couple of minutes only.
You submit both jobs with the same priority.
Which two best describes how FIFO Scheduler arbitrates the cluster resources for job and its tasks? (Choose two)
Answer : A,D