You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Robert Joseph Evans (Moved) (JIRA)" <ji...@apache.org> on 2012/02/24 18:14:51 UTC

[jira] [Moved] (MAPREDUCE-3912) getPriority() method within the JobHistoryParser JobInfo class fails

     [ https://issues.apache.org/jira/browse/MAPREDUCE-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Joseph Evans moved HADOOP-8107 to MAPREDUCE-3912:
--------------------------------------------------------

        Fix Version/s:     (was: 0.23.1)
                       0.23.1
    Affects Version/s:     (was: 0.23.0)
                       0.23.0
                  Key: MAPREDUCE-3912  (was: HADOOP-8107)
              Project: Hadoop Map/Reduce  (was: Hadoop Common)
    
> getPriority() method within the JobHistoryParser JobInfo class fails
> --------------------------------------------------------------------
>
>                 Key: MAPREDUCE-3912
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3912
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>    Affects Versions: 0.23.0
>            Reporter: Viraj Bhat
>             Fix For: 0.23.1
>
>
> When you use the following set of statements:
> {code}
> JobHistoryParser.JobInfo jobInfo;
> jobInfo.getPriority(); //fails
> {code}
> The problem is that {code}   public String getPriority() { return priority.toString(); } {code} will fail if the "priority" is null. 
> I was expecting priority to return a "NORMAL" value
> Viraj

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira