Briefing Cloudera Knowledge

What is the result when you execute: hadoop jar samplejar.jar 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.jar MyClass on a client machine?

A.
SampleJar.jar is sent to the ApplicationMaster which allocation a container for Sample.jar

B.
SampleJar.Jar is serialized into an XML file which is submitted to the ApplicationMaster

C.
SampleJar.Jar is sent directly to the ResourceManager

D.
SampleJar.Jar is placed in a temporary directly in HDFS