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

Method setUp

test/org/apache/pig/test/TestLimitVariable.java:55–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

getExecTypeMethod · 0.45
getPropertiesMethod · 0.45

Tested by

no test coverage detected