Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
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).