Author: omalley
Date: Fri Mar 4 03:26:26 2011
New Revision: 1076964
URL: http://svn.apache.org/viewvc?rev=1076964&view=rev
Log:
commit 1c416851e96c142b786ebfb29a9ada63a0557d23
Author: Yahoo\! <[email protected]>
Date: Tue Aug 11 10:06:33 2009 -0700
Walk back the 0.20 branch to the correct point
Revert "MAPREDUCE-383. Fix a bug in Pipes combiner due to bytes count not
getting reset after the spill. Contributed by Christian Kunz."
This reverts commit d84395ff2b80c5af944d9bdde2d868e2fe06750e.
Modified:
hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
Modified:
hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
URL:
http://svn.apache.org/viewvc/hadoop/common/branches/branch-0.20-security-patches/src/c%2B%2B/pipes/impl/HadoopPipes.cc?rev=1076964&r1=1076963&r2=1076964&view=diff
==============================================================================
---
hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
(original)
+++
hadoop/common/branches/branch-0.20-security-patches/src/c++/pipes/impl/HadoopPipes.cc
Fri Mar 4 03:26:26 2011
@@ -596,7 +596,6 @@ namespace HadoopPipes {
combiner->reduce(context);
}
data.clear();
- numBytes = 0;
}
};