()
| 97 | } |
| 98 | |
| 99 | @After |
| 100 | public void tearDown() throws Exception { |
| 101 | Util.resetStateForExecModeSwitch(); |
| 102 | Util.deleteDirectory(new File(TESTDIR)); |
| 103 | Util.deleteFile(cluster, TESTDIR); |
| 104 | } |
| 105 | |
| 106 | @Override |
| 107 | protected void setupPigServer() throws Exception { |
nothing calls this directly
no test coverage detected