()
| 126 | } |
| 127 | |
| 128 | @After |
| 129 | public void tearDown() throws Exception { |
| 130 | client.shutdown().join(); |
| 131 | } |
| 132 | |
| 133 | /** Ensures the table/family we use for our test exists. */ |
| 134 | private static void preFlightTest(final String[] args) throws Exception { |