소스 검색

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 년 전
부모
커밋
3ce275168d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
         combiner->reduce(context);
       }
       }
       data.clear();
       data.clear();
+      numBytes = 0;
     }
     }
   };
   };