(final String table)
| 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) { |
no test coverage detected