Issue Details (XML | Word | Printable)

Key: HADOOP-3853
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Tom White
Reporter: Tom White
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

Move multiple input format extension to library package

Created: 29/Jul/08 01:36 PM   Updated: 08/Jul/09 04:52 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: 0.19.0

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works hadoop-3853.patch 2008-07-29 01:55 PM Tom White 23 kB
File hadoop-3853.sh 2008-07-29 01:54 PM Tom White 0.3 kB

Hadoop Flags: Reviewed
Resolution Date: 12/Aug/08 05:03 PM


 Description  « Hide
The code for supporting multiple paths with different input formats and mappers for each path (HADOOP-372) is implemented as a extension to MapReduce, so it should go in org.apache.hadoop.mapred.lib, not the core. (See https://issues.apache.org/jira/browse/HADOOP-372?focusedCommentId=12615185#action_12615185)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Tom White added a comment - 29/Jul/08 01:55 PM
Patch to move the classes and associated tests to the lib package.

Hadoop QA added a comment - 08/Aug/08 10:50 AM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12387096/hadoop-3853.patch
against trunk revision 683671.

+1 @author. The patch does not contain any @author tags.

+1 tests included. The patch appears to include 10 new or modified tests.

-1 patch. The patch command could not apply the patch.

Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3036/console

This message is automatically generated.


Johan Oskarsson added a comment - 12/Aug/08 05:03 PM
Committed, thanks Tom!

Hudson added a comment - 22/Aug/08 12:34 PM