MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / splitTable

Method splitTable

test/TestIntegration.java:2294–2297  ·  view source on GitHub ↗
(final String table, final String key)

Source from the content-addressed store, hash-verified

2292 }
2293
2294 private static void splitTable(final String table, final String key) throws Exception {
2295 LOG.info("Splitting table " + table + " with key " + key);
2296 hbaseShell("split '" + table +"', " + "'" + key + "'");
2297 }
2298
2299 private static void alterTableStatus(final String table) throws Exception {
2300 LOG.info("Altering table status " + table);

Calls 1

hbaseShellMethod · 0.95

Tested by

no test coverage detected