You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2011/02/08 14:13:55 UTC

svn commit: r1068371 - /incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java

Author: edwardyoon
Date: Tue Feb  8 13:13:54 2011
New Revision: 1068371

URL: http://svn.apache.org/viewvc?rev=1068371&view=rev
Log:
Removing unnecessary logging 

Modified:
    incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java

Modified: incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java?rev=1068371&r1=1068370&r2=1068371&view=diff
==============================================================================
--- incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java (original)
+++ incubator/hama/trunk/src/examples/org/apache/hama/examples/SerializePrinting.java Tue Feb  8 13:13:54 2011
@@ -53,8 +53,6 @@ public class SerializePrinting {
       int i = 0;
       for (String otherPeer : bspPeer.getAllPeerNames()) {
         if (bspPeer.getPeerName().equals(otherPeer)) {
-          LOG.info("Hello BSP from " + (i + 1) + " of " + num + ": "
-              + bspPeer.getPeerName());
 
           SequenceFile.Writer writer = SequenceFile.createWriter(fileSys, conf,
               new Path(TMP_OUTPUT + i), LongWritable.class, Text.class,