Details
-
Bug
-
Status: Patch Available
-
Minor
-
Resolution: Unresolved
-
2.7.1, 3.0.0-alpha4
-
None
-
None
Description
if staging directory (yarn.app.mapreduce.am.staging-dir) not on fs.defaultFS.
mr job submission fails.
No reason staging dir should be on fs.defaultFS.
getting filesystem code related staging dir should change from FileSystem.get(conf) to stagingDir.getFileSystem(conf)