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

2013-02-19 Thread Sandy Ryza (JIRA)
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


[jira] [Created] (MAPREDUCE-5014) Extending DistCp through a custom CopyListing is not possible

2013-02-19 Thread Srikanth Sundarrajan (JIRA)
Srikanth Sundarrajan created MAPREDUCE-5014:
---

 Summary: Extending DistCp through a custom CopyListing is not 
possible
 Key: MAPREDUCE-5014
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5014
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
  Components: distcp
Affects Versions: 0.23.5, 0.23.4, 0.23.3, 0.23.1, 0.23.0, trunk
Reporter: Srikanth Sundarrajan
Assignee: Srikanth Sundarrajan


* While it is possible to implement a custom CopyListing in DistCp, DistCp 
driver class doesn't allow for using this custom CopyListing.

* Allow SimpleCopyListing to provide an option to exclude files (For instance 
it is useful to exclude FileOutputCommiter.SUCCEEDED_FILE_NAME during copy as 
premature copy can indicate that the entire data is available at the 
destination)

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