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

Method setUp

test/org/apache/pig/test/TestCustomPartitioner.java:56–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 BagFactory mBf = BagFactory.getInstance();
55
56 @Before
57 public void setUp() throws Exception {
58 FileLocalizer.setR(new Random());
59 pigServer = new PigServer(cluster.getExecType(), properties);
60 }
61
62 @BeforeClass
63 public static void oneTimeSetUp() throws Exception {

Callers

nothing calls this directly

Calls 2

setRMethod · 0.95
getExecTypeMethod · 0.45

Tested by

no test coverage detected