Erik Krogen created MAPREDUCE-6873: -------------------------------------- Summary: MR Job Submission Fails if MR framework application path not on defaultFS Key: MAPREDUCE-6873 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6873 Project: Hadoop Map/Reduce Issue Type: Bug Components: mrv2 Affects Versions: 2.6.0 Reporter: Erik Krogen Priority: Minor
{{JobSubmitter#addMRFrameworkPathToDistributedCache()}} assumes that {{mapreduce.framework.application.path}} has a FS which matches {{fs.defaultFS}} which may not always be true. This is just a consequence of using {{FileSystem.get(Configuration)}} instead of {{FileSystem.get(URI, Configuration)}}. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-dev-h...@hadoop.apache.org