MCPcopy Create free account
hub / github.com/apache/pig / setUpBeforeClass

Method setUpBeforeClass

test/org/apache/pig/tez/TestTezCompiler.java:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

resetFileLocalizerMethod · 0.95
deleteDirectoryMethod · 0.45

Tested by

no test coverage detected