You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Erik Krogen (JIRA)" <ji...@apache.org> on 2017/03/30 02:48:41 UTC

[jira] [Created] (MAPREDUCE-6873) MR Job Submission Fails if MR framework application path not on defaultFS

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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org