Преглед изворни кода

commit 1c416851e96c142b786ebfb29a9ada63a0557d23
Author: Yahoo\! <ltucker@yahoo-inc.com>
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.


git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-patches@1076964 13f79535-47bb-0310-9956-ffa450edef68

Owen O'Malley пре 14 година
родитељ
комит
e71153e661
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      src/c++/pipes/impl/HadoopPipes.cc

+ 0 - 1
src/c++/pipes/impl/HadoopPipes.cc

@@ -596,7 +596,6 @@ namespace HadoopPipes {
         combiner->reduce(context);
       }
       data.clear();
-      numBytes = 0;
     }
   };