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

Method setUp

test/org/apache/pig/test/TestFinish.java:78–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 @Before
79 public void setUp() throws Exception {
80 // Reset state since some tests are in mapred and some in local mode
81 Util.resetStateForExecModeSwitch();
82 }
83
84 @AfterClass
85 public static void oneTimeTearDown() throws Exception {

Callers 4

testFinishInMapMRMethod · 0.95
testFinishInReduceMRMethod · 0.95
testFinishInMapLocMethod · 0.95
testFinishInReduceLocMethod · 0.95

Calls 9

removeColonMethod · 0.95
createInputFileMethod · 0.95
getAbsolutePathMethod · 0.80
closeMethod · 0.65
deleteMethod · 0.65
createTempFileMethod · 0.45
getExecTypeMethod · 0.45
getPropertiesMethod · 0.45

Tested by

no test coverage detected