You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "KWON BYUNGCHANG (JIRA)" <ji...@apache.org> on 2018/03/16 07:51:00 UTC

[jira] [Created] (MAPREDUCE-7067) MR job submission fails if staging dir not on fs.defaultFS

KWON BYUNGCHANG created MAPREDUCE-7067:
------------------------------------------

             Summary: MR job submission fails if staging dir not on fs.defaultFS
                 Key: MAPREDUCE-7067
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-7067
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: applicationmaster, client
    Affects Versions: 3.0.0-alpha4, 2.7.1
            Reporter: KWON BYUNGCHANG


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)}} 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org