Procházet zdrojové kódy

HADOOP-1151. Remove spurious printing to stderr in streaming PipeMapRed. Contributed by Koji Noguchi.

git-svn-id: https://svn.apache.org/repos/asf/lucene/hadoop/trunk@526075 13f79535-47bb-0310-9956-ffa450edef68
Thomas White před 18 roky
rodič
revize
d7c3382b4b

+ 3 - 0
CHANGES.txt

@@ -109,6 +109,9 @@ Trunk (unreleased changes)
 34. HADOOP-1133.  Add tool to analyze and debug namenode on a production
 34. HADOOP-1133.  Add tool to analyze and debug namenode on a production
     cluster.  (Dhruba Borthakur via tomwhite)
     cluster.  (Dhruba Borthakur via tomwhite)
 
 
+35. HADOOP-1151.  Remove spurious printing to stderr in streaming 
+    PipeMapRed.  (Koji Noguchi via tomwhite)
+
 
 
 Release 0.12.3 (not yet released)
 Release 0.12.3 (not yet released)
 
 

+ 0 - 1
src/contrib/streaming/src/java/org/apache/hadoop/streaming/PipeMapRed.java

@@ -598,7 +598,6 @@ public abstract class PipeMapRed {
       String info = numRecInfo();
       String info = numRecInfo();
       logprintln(info);
       logprintln(info);
       logflush();
       logflush();
-      System.err.println(info);
       //nextRecReadLog_ *= 10;
       //nextRecReadLog_ *= 10;
       nextRecReadLog_ += 100;
       nextRecReadLog_ += 100;
     }
     }