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

Method testLoadRemoteRel

test/org/apache/pig/test/TestLoad.java:119–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 }
118
119 @Test
120 public void testLoadRemoteRel() throws Exception {
121 for (PigServer pig : servers) {
122 pc = pig.getPigContext();
123 checkLoadPath("test", WORKING_DIR + "/test");
124 }
125 }
126
127 @Test
128 public void testLoadRemoteAbs() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected