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 2010/11/25 12:27:53 UTC

svn commit: r1039006 - /incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java

Author: edwardyoon
Date: Thu Nov 25 11:27:53 2010
New Revision: 1039006

URL: http://svn.apache.org/viewvc?rev=1039006&view=rev
Log:
Trivial changes of comments.

Modified:
    incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java

Modified: incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java?rev=1039006&r1=1039005&r2=1039006&view=diff
==============================================================================
--- incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java (original)
+++ incubator/hama/trunk/src/test/org/apache/hama/HamaClusterTestCase.java Thu Nov 25 11:27:53 2010
@@ -57,7 +57,7 @@ public abstract class HamaClusterTestCas
   protected void hamaClusterSetup() throws Exception {
     File testDir = new File(getUnitTestdir(getName()).toString());
 
-    // Note that this is done before we create the MiniHBaseCluster because we
+    // Note that this is done before we create the MiniHamaCluster because we
     // need to edit the config to add the ZooKeeper servers.
     this.zooKeeperCluster = new MiniZooKeeperCluster();
     int clientPort = this.zooKeeperCluster.startup(testDir);
@@ -134,7 +134,7 @@ public abstract class HamaClusterTestCas
   /**
    * Use this utility method debugging why cluster won't go down.  On a
    * period it throws a thread dump.  Method ends when all cluster
-   * regionservers and master threads are no long alive.
+   * groomservers and master threads are no long alive.
    */
   public void threadDumpingJoin() {
     if (this.cluster.getGroomServerThreads() != null) {