()
| 53 | } |
| 54 | |
| 55 | @Before |
| 56 | public void setUp() throws ExecException { |
| 57 | pigServer = new PigServer(cluster.getExecType(), cluster.getProperties()); |
| 58 | } |
| 59 | |
| 60 | @AfterClass |
| 61 | public static void oneTimeTearDown() throws IOException { |
nothing calls this directly
no test coverage detected