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

[jira] [Created] (MAPREDUCE-5013) JobStatus compatibility: MR2 missing constructors from MR1

Sandy Ryza created MAPREDUCE-5013:
-------------------------------------

             Summary: JobStatus compatibility: MR2 missing constructors from MR1
                 Key: MAPREDUCE-5013
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5013
             Project: Hadoop Map/Reduce
          Issue Type: Bug
          Components: client
    Affects Versions: 2.0.3-alpha
            Reporter: Sandy Ryza
            Assignee: Sandy Ryza


JobStatus is missing the following constructors in MR2 that were present in MR1

    public org.apache.hadoop.mapred.JobStatus(org.apache.hadoop.mapred.JobID, float, float, float, int);
    public org.apache.hadoop.mapred.JobStatus(org.apache.hadoop.mapred.JobID, float, float, int);
    public org.apache.hadoop.mapred.JobStatus(org.apache.hadoop.mapred.JobID, float, float, float, int, org.apache.hadoop.mapred.JobPriority);
    public org.apache.hadoop.mapred.JobStatus(org.apache.hadoop.mapred.JobID, float, float, float, float, int, org.apache.hadoop.mapred.JobPriority);

--
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