// The start key specified will become the end key of the first region of the table, and the end key specified will become the start key of the last region of the table admin.createTable(TableDescriptor desc, byte[] startKey, byte[] endKey, int numRegions) // admin.createTable(TableDescriptor desc, byte[][] splitKeys)