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

2013-02-21 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-5013:
-

   Resolution: Fixed
Fix Version/s: 2.0.4-beta
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

+1 I just committed this. Thanks Sandy.

> mapred.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
> Fix For: 2.0.4-beta
>
> Attachments: MAPREDUCE-5013.patch
>
>
> 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


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

2013-02-19 Thread Sandy Ryza (JIRA)

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

Sandy Ryza updated MAPREDUCE-5013:
--

Status: Patch Available  (was: Open)

> mapred.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
> Attachments: MAPREDUCE-5013.patch
>
>
> 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


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

2013-02-19 Thread Sandy Ryza (JIRA)

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

Sandy Ryza updated MAPREDUCE-5013:
--

Attachment: MAPREDUCE-5013.patch

> mapred.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
> Attachments: MAPREDUCE-5013.patch
>
>
> 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


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

2013-02-19 Thread Sandy Ryza (JIRA)

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

Sandy Ryza updated MAPREDUCE-5013:
--

Summary: mapred.JobStatus compatibility: MR2 missing constructors from MR1  
(was: JobStatus compatibility: MR2 missing constructors from MR1)

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