Browse Source

commit 52e61090b3a7e311ffa85bb8c5c5b0937bb1bc1b
Author: Yahoo\! <ltucker@yahoo-inc.com>
Date: Mon Aug 17 12:53:24 2009 -0700

Roll 383 back forward for the next agile release.
Revert "Walk back the 0.20 branch to the correct point"

This reverts commit 07c4b6b4d50383d6a46f560194e3b013fbdce95b.


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

Owen O'Malley 14 years ago
parent
commit
3ce275168d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/c++/pipes/impl/HadoopPipes.cc

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

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