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

getPriority() method within the JobHistoryParser JobInfo class fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Duplicate
    • 0.23.0
    • None
    • None
    • None

    Description

      When you use the following set of statements:

      JobHistoryParser.JobInfo jobInfo;
      jobInfo.getPriority(); //fails
      

      The problem is that

         public String getPriority() { return priority.toString(); } 

      will fail if the "priority" is null.

      I was expecting priority to return a "NORMAL" value

      Viraj

      Attachments

        Issue Links

          Activity

            People

              jlowe Jason Darrell Lowe
              viraj Viraj Bhat
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: