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

Method testLoadRemoteRelScheme

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

Source from the content-addressed store, hash-verified

134 }
135
136 @Test
137 public void testLoadRemoteRelScheme() throws Exception {
138 for (PigServer pig : servers) {
139 pc = pig.getPigContext();
140 checkLoadPath("test", WORKING_DIR + "/test");
141 }
142 }
143
144 @Test
145 public void testLoadRemoteAbsScheme() throws Exception {

Callers

nothing calls this directly

Calls 2

checkLoadPathMethod · 0.95
getPigContextMethod · 0.45

Tested by

no test coverage detected