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 2008/12/16 17:51:01 UTC

svn commit: r727086 - /incubator/hama/trunk/src/java/org/apache/hama/Constants.java

Author: edwardyoon
Date: Tue Dec 16 08:51:01 2008
New Revision: 727086

URL: http://svn.apache.org/viewvc?rev=727086&view=rev
Log:
Remove useless codes

Modified:
    incubator/hama/trunk/src/java/org/apache/hama/Constants.java

Modified: incubator/hama/trunk/src/java/org/apache/hama/Constants.java
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/src/java/org/apache/hama/Constants.java?rev=727086&r1=727085&r2=727086&view=diff
==============================================================================
--- incubator/hama/trunk/src/java/org/apache/hama/Constants.java (original)
+++ incubator/hama/trunk/src/java/org/apache/hama/Constants.java Tue Dec 16 08:51:01 2008
@@ -19,6 +19,8 @@
  */
 package org.apache.hama;
 
+import org.apache.hama.mapred.BlockingMapRed.MyInputFormat.TableRecordReader;
+
 /**
  * Some constants used in the Hama
  */
@@ -87,21 +89,12 @@
   /** default try times to generate a suitable tablename */
   public static final int DEFAULT_TRY_TIMES = 10000000;
   
-  /** start row of block */ 
-  public static final String BLOCK_STARTROW = "attribute:startRow";
-  
-  /** end row of block */
-  public static final String BLOCK_ENDROW = "attribute:endRow";
-  
-  /** start column of block */
-  public static final String BLOCK_STARTCOLUMN = "attribute:startColumn";
-  
-  /** end column of block */
-  public static final String BLOCK_ENDCOLUMN = "attribute:endColumn";
-
+  /**
+   * block position column to store {@link BlockPosition} object
+   */
   public static final String BLOCK_POSITION = "attribute:blockPosition";
   
-  /** block dimension */
+  /** block data column */
   public static final String BLOCK = "block:";
 
   /** block size */