HBASE-2494 Does not apply new.name parameter to CopyTable

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@939562 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-04-30 05:12:32 +00:00
parent f61b52bb45
commit 658c28fa02
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ public class CopyTable {
}
final String newNameArgKey = "--new.name=";
if (cmd.startsWith(rsClassArgKey)) {
if (cmd.startsWith(newNameArgKey)) {
newTableName = cmd.substring(newNameArgKey.length());
continue;
}