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 "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2010/09/23 00:26:32 UTC

[jira] Created: (MAPREDUCE-2085) job submissions to a tracker using a different default filesystem than the jobclient fails

job submissions to a tracker using a different default filesystem than the jobclient fails
------------------------------------------------------------------------------------------

                 Key: MAPREDUCE-2085
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-2085
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Joydeep Sen Sarma
            Priority: Minor


the scenario is one where a jobclient with default filesystem 'A' tries to submit jobs to a tracker whose system directory lives in filesystem 'B'.

jobclient copies jars/archives to tracker's system directory. however - it does not use the fully qualified uri's of the returned paths. this leads to failures subsequently in the client because it attempts to dereference these paths against it's default file system (which is different from the tracker's file system)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.