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 "Sandy Ryza (JIRA)" <ji...@apache.org> on 2013/02/08 20:21:13 UTC

[jira] [Created] (MAPREDUCE-4994) Can't submit local job with hadoop jar -jt local

Sandy Ryza created MAPREDUCE-4994:
-------------------------------------

             Summary: Can't submit local job with hadoop jar -jt local
                 Key: MAPREDUCE-4994
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4994
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 2.0.2-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


hadoop jar myjar.jar MyDriver -fs file:/// -jt local input.txt output/
should run a job using the local file system and the local job runner. Instead it tries to connect to a jobtracker.

This appears to be because Cluster#initialize, which loads the ClientProtocol, contains no special handling for mapred.job.tracker.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira