Briefing Cloudera Knowledge

What is the result when you execute: hadoop jar SampleJar MyClass on a client machine?

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