Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3, 2.0.0-alpha
-
None
-
Reviewed
Description
Setting a job JAR with JobConf.setJar(String) and Job.setJar(String) assumes that the JAR is local to the client submitting the job, thus it triggers copying the JAR to HDFS and injecting it to the distributed cached.
AFAIK, this is the only way to use uber JARs (JARs with JARs inside) in MR jobs.
For jobs launched by Oozie, all JARs are already in HDFS. In order for Oozie to suport uber JARs (OOZIE-654) there should be a way for specifying as JAR a JAR that is already in HDFS.
Attachments
Attachments
Issue Links
- is required by
-
OOZIE-654 Provide a way to use 'uber' jars with Oozie MR actions
- Closed
- requires
-
MAPREDUCE-4068 Jars in lib subdirectory of the submittable JAR are not added to the classpath
- Closed