Jiahongchao created MAPREDUCE-6290: -------------------------------------- Summary: job.setJar not working for jars on hdfs Key: MAPREDUCE-6290 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6290 Project: Hadoop Map/Reduce Issue Type: Bug Affects Versions: 2.5.0 Environment: hadoop run on centos 6.4,eclipse run on windows 7 Reporter: Jiahongchao
when I used job.setJar("hdfs://dev01:9000/root/mrjob-0.0.1.jar") to start MR job on remote hadoop cluster, I got errors saying class not found. However I noticed comments said "If the job jar is already in fs, we don't need to copy it from local fs", so I think by design setJar method should work for jars that exist on HDFS. -- This message was sent by Atlassian JIRA (v6.3.4#6332)