This section describes how the MapReduce classpath is constructed.
The classpath that is used to run a MapReduce program is constructed based on how the program is submitted.
When you submit an application from the command line, the classpath used to process the program is based on the following items in this order of priority:
-libjar parameter which can be appended to
hadoop jar or yarn jar
commands.If an external application submits the application, the classpath that is used to process the jar file is based on the following items in this order of priority:
-libjar parameter which can be appended to
hadoop jar or yarn jar
commands.