-
Type:
Bug
-
Status: Patch Available
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.7.1, 3.0.0-alpha4
-
Fix Version/s: None
-
Component/s: applicationmaster, client
-
Labels:None
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)