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.

Reply via email to