MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / alterTableStatus

Method alterTableStatus

test/TestIntegration.java:2299–2302  ·  view source on GitHub ↗
(final String table)

Source from the content-addressed store, hash-verified

2297 }
2298
2299 private static void alterTableStatus(final String table) throws Exception {
2300 LOG.info("Altering table status " + table);
2301 hbaseShell("alter_status '" + table + "'");
2302 }
2303
2304 private static void truncateTable(final String table) throws Exception {
2305 if (!TRUNCATE) {

Calls 1

hbaseShellMethod · 0.95

Tested by

no test coverage detected