Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Today when you run a "hadoop jar" command, the content of the jar gets added to the classpath twice, once in the jar form, and again in an unpacked form.
We should include the content of the jar to the classpath only once. We should keep the jar in the classpath (to support setJarByClass and other useful use cases) but remove the root of the unpacked directory.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-13620 Mapreduce job failure on submission
- Resolved
-
HADOOP-13410 RunJar adds the content of the jar twice to the classpath
- Resolved