Solved

Your Cluster Is Configured with HDFS and MapReduce Version 2

Question 1

Multiple Choice

Your cluster is configured with HDFS and MapReduce version 2 (MRv2) on YARN. What is the result when you execute: hadoop jar SampleJar MyClass on a client machine?


A) SampleJar.Jar is sent to the ApplicationMaster which allocates a container for SampleJar.Jar
B) Sample.jar is placed in a temporary directory in HDFS
C) SampleJar.jar is sent directly to the ResourceManager
D) SampleJar.jar is serialized into an XML file which is submitted to the ApplicatoionMaster

Correct Answer:

verifed

Verified

Related Questions