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

Method testLoadRemoteAbs

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

Source from the content-addressed store, hash-verified

125 }
126
127 @Test
128 public void testLoadRemoteAbs() throws Exception {
129 for (PigServer pig : servers) {
130 pc = pig.getPigContext();
131 boolean noConversionExpected = true;
132 checkLoadPath(WORKING_DIR + "/test", WORKING_DIR + "/test", noConversionExpected);
133 }
134 }
135
136 @Test
137 public void testLoadRemoteRelScheme() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected