File tree Expand file tree Collapse file tree 5 files changed +1910
-1762
lines changed
jamon/org/apache/hadoop/hbase/tmpl/master
java/org/apache/hadoop/hbase/tool
test/java/org/apache/hadoop/hbase/tool Expand file tree Collapse file tree 5 files changed +1910
-1762
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ elif [ "$COMMAND" = "ltt" ] ; then
615615 CLASS=' org.apache.hadoop.hbase.util.LoadTestTool'
616616 HBASE_OPTS=" $HBASE_OPTS $HBASE_LTT_OPTS "
617617elif [ " $COMMAND " = " canary" ] ; then
618- CLASS=' org.apache.hadoop.hbase.tool.Canary '
618+ CLASS=' org.apache.hadoop.hbase.tool.CanaryTool '
619619 HBASE_OPTS=" $HBASE_OPTS $HBASE_CANARY_OPTS "
620620elif [ " $COMMAND " = " version" ] ; then
621621 CLASS=' org.apache.hadoop.hbase.util.VersionInfo'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ org.apache.hadoop.hbase.quotas.QuotaUtil;
5555org.apache.hadoop.hbase.security.access.PermissionStorage;
5656org.apache.hadoop.hbase.security.visibility.VisibilityConstants;
5757org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription;
58- org.apache.hadoop.hbase.tool.Canary ;
58+ org.apache.hadoop.hbase.tool.CanaryTool ;
5959org.apache.hadoop.hbase.util.Bytes;
6060org.apache.hadoop.hbase.util.FSUtils;
6161org.apache.hadoop.hbase.util.JvmVersion;
@@ -513,7 +513,7 @@ AssignmentManager assignmentManager = master.getAssignmentManager();
513513 <%java>String description = null;
514514 if (tableName.equals(TableName.META_TABLE_NAME)){
515515 description = "The hbase:meta table holds references to all User Table regions.";
516- } else if (tableName.equals(Canary .DEFAULT_WRITE_TABLE_NAME)){
516+ } else if (tableName.equals(CanaryTool .DEFAULT_WRITE_TABLE_NAME)){
517517 description = "The hbase:canary table is used to sniff the write availbility of"
518518 + " each regionserver.";
519519 } else if (tableName.equals(PermissionStorage.ACL_TABLE_NAME)){
You can’t perform that action at this time.
0 commit comments