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

Method checkStorePath

test/org/apache/pig/test/TestStore.java:478–480  ·  view source on GitHub ↗
(String orig, String expected)

Source from the content-addressed store, hash-verified

476 }
477
478 private void checkStorePath(String orig, String expected) throws Exception {
479 checkStorePath(orig, expected, false);
480 }
481
482 private void checkStorePath(String orig, String expected, boolean isTmp) throws Exception {
483 pc.getProperties().setProperty(PigConfiguration.PIG_OPT_MULTIQUERY,""+true);

Callers 6

testStoreRemoteRelMethod · 0.95
testStoreRemoteAbsMethod · 0.95

Calls 12

setActiveContainerMethod · 0.95
asContainerMethod · 0.95
parseMethod · 0.95
getFileSpecMethod · 0.95
getDfsMethod · 0.80
setPropertyMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
getSinksMethod · 0.65
getPropertiesMethod · 0.45
getFileNameMethod · 0.45
assertEqualsMethod · 0.45

Tested by

no test coverage detected