HBASE-9694 HBaseTestingUtility.createTable infinite loop
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1535117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f7ed0f18f5
commit
0d98399152
|
@ -1073,18 +1073,6 @@ public class HBaseTestingUtility extends HBaseCommonTestingUtility {
|
||||||
return createTable(TableName.valueOf(tableName), new byte[][]{family});
|
return createTable(TableName.valueOf(tableName), new byte[][]{family});
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Create a table.
|
|
||||||
* @param tableName
|
|
||||||
* @param families
|
|
||||||
* @return An HTable instance for the created table.
|
|
||||||
* @throws IOException
|
|
||||||
*/
|
|
||||||
public HTable createTable(String tableName, String[] families)
|
|
||||||
throws IOException {
|
|
||||||
return createTable(tableName, families);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a table.
|
* Create a table.
|
||||||
* @param tableName
|
* @param tableName
|
||||||
|
|
Loading…
Reference in New Issue