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

Job.getJobID() will always return null

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.20.1
    • 0.20.3, 0.20.204.0
    • client
    • None
    • Reviewed

    Description

      JobContext is used for a read-only view of job's info. Hence all the readonly fields in JobContext are set in the constructor. Job extends JobContext. When a Job is created, jobid is not known and hence there is no way to set JobID once Job is created. JobID is obtained only when the JobClient queries the jobTracker for a job-id., which happens later i.e upon job submission.

      Attachments

        1. patch-118-5.txt
          23 kB
          Amareshwari Sriramadasu
        2. patch-118-4.txt
          23 kB
          Amareshwari Sriramadasu
        3. patch-118-3.txt
          23 kB
          Amareshwari Sriramadasu
        4. patch-118-2.txt
          22 kB
          Amareshwari Sriramadasu
        5. patch-118-1.txt
          23 kB
          Amareshwari Sriramadasu
        6. patch-118-0.21.txt
          10 kB
          Amareshwari Sriramadasu
        7. patch-118-0.20-1.txt
          2 kB
          Amareshwari Sriramadasu
        8. patch-118-0.20.txt
          1 kB
          Amareshwari Sriramadasu
        9. patch-118.txt
          12 kB
          Amareshwari Sriramadasu
        10. MAPREDUCE-118--0-20-3.patch
          3 kB
          Dick King

        Issue Links

          Activity

            People

              amareshwari Amareshwari Sriramadasu
              amar_kamat Amar Kamat
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: