()
| 75 | private boolean generate = false; |
| 76 | |
| 77 | @BeforeClass |
| 78 | public static void setUpBeforeClass() throws Exception { |
| 79 | resetFileLocalizer(); |
| 80 | pc = new PigContext(new TezLocalExecType(), new Properties()); |
| 81 | FileUtils.deleteDirectory(new File("/tmp/pigoutput")); |
| 82 | } |
| 83 | |
| 84 | @AfterClass |
| 85 | public static void tearDownAfterClass() throws Exception { |
nothing calls this directly
no test coverage detected