Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-4994

-jt generic command line option does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.2-alpha
    • 2.1.0-beta
    • client
    • None
    • Reviewed

    Description

      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.

      hadoop jar myjar.jar MyDriver -fs file:/// -jt host:port input.txt output/
      does not use the given host/port

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

      Attachments

        1. MAPREDUCE-4994.patch
          3 kB
          Sandy Ryza
        2. MAPREDUCE-4994-1.patch
          3 kB
          Sandy Ryza
        3. MAPREDUCE-4994-addendum.patch
          3 kB
          Sandy Ryza
        4. MAPREDUCE-4994-addendum-1.patch
          4 kB
          Sandy Ryza

        Activity

          People

            sandyr Sandy Ryza
            sandyr Sandy Ryza
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: