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

Method testLoadRemoteAbsAuth

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

Source from the content-addressed store, hash-verified

154 }
155
156 @Test
157 public void testLoadRemoteAbsAuth() throws Exception {
158 pc = servers[0].getPigContext();
159 checkLoadPath(cluster.getFileSystem().getUri()+"/test","/test");
160 }
161
162 @Test
163 public void testLoadRemoteNormalize() throws Exception {

Callers

nothing calls this directly

Calls 3

checkLoadPathMethod · 0.95
getFileSystemMethod · 0.80
getPigContextMethod · 0.45

Tested by

no test coverage detected