Made an error while committing 912.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@701501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
70dac88e1f
commit
b99382cd1a
|
@ -200,7 +200,7 @@ public class PerformanceEvaluation implements HConstants {
|
|||
if (extantTables.length > 0) {
|
||||
// Check to see if our table already exists. Print warning if it does.
|
||||
for (int i = 0; i < extantTables.length; i++) {
|
||||
if (extantTables[1].equals(tableDescriptor)) {
|
||||
if (extantTables[i].equals(tableDescriptor)) {
|
||||
LOG.warn("Table " + tableDescriptor + " already exists");
|
||||
tableExists = true;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue