Преглед на файлове

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