Issue Details (XML | Word | Printable)

Key: HADOOP-3595
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Chris Douglas
Reporter: Chris Douglas
Votes: 0
Watchers: 1
Operations

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

Remove deprecated mapred.combine.once functionality

Created: 19/Jun/08 12:46 AM   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 3595-0.patch 2008-06-22 08:38 AM Chris Douglas 4 kB
Text File Licensed for inclusion in ASF works 3595-0.patch 2008-06-19 12:56 AM Chris Douglas 4 kB
Issue Links:
Reference
 

Hadoop Flags: Reviewed, Incompatible change
Release Note:  Removed deprecated methods for mapred.combine.once functionality.
Resolution Date: 24/Jun/08 03:43 PM


 Description  « Hide
HADOOP-3586 added deprecated, backwards compatible combiner semantics in support of users requiring them in 0.18. This should be removed in a future release.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Chris Douglas added a comment - 19/Jun/08 12:56 AM
Attached patch reverts HADOOP-3586

Hadoop QA added a comment - 19/Jun/08 05:27 AM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12384246/3595-0.patch
against trunk revision 669343.

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

-1 tests included. The patch doesn't appear to include any new or modified tests.
Please justify why no tests are needed for this patch.

+1 javadoc. The javadoc tool did not generate any warning messages.

+1 javac. The applied patch does not increase the total number of javac compiler warnings.

+1 findbugs. The patch does not introduce any new Findbugs warnings.

+1 release audit. The applied patch does not increase the total number of release audit warnings.

+1 core tests. The patch passed core unit tests.

+1 contrib tests. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2691/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2691/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2691/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2691/console

This message is automatically generated.


Chris Douglas added a comment - 22/Jun/08 08:38 AM
Merged with trunk

Hadoop QA added a comment - 22/Jun/08 12:18 PM
-1 overall. Here are the results of testing the latest attachment
http://issues.apache.org/jira/secure/attachment/12384446/3595-0.patch
against trunk revision 670278.

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

-1 tests included. The patch doesn't appear to include any new or modified tests.
Please justify why no tests are needed for this patch.

+1 javadoc. The javadoc tool did not generate any warning messages.

+1 javac. The applied patch does not increase the total number of javac compiler warnings.

+1 findbugs. The patch does not introduce any new Findbugs warnings.

+1 release audit. The applied patch does not increase the total number of release audit warnings.

+1 core tests. The patch passed core unit tests.

+1 contrib tests. The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2718/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2718/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2718/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/2718/console

This message is automatically generated.


Owen O'Malley added a comment - 24/Jun/08 03:43 PM
I just committed this. Thanks, Chris!

Hudson added a comment - 25/Jun/08 12:37 PM