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

Method connect

src/org/apache/pig/impl/PigContext.java:309–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

307 }
308
309 public void connect() throws ExecException {
310 executionEngine.init();
311 dfs = executionEngine.getDataStorage();
312 lfs = new HDataStorage(URI.create("file:///"), properties);
313 }
314
315 public void setJobtrackerLocation(String newLocation) {
316 executionEngine.setProperty(MRConfiguration.JOB_TRACKER, newLocation);

Callers 15

visitMethod · 0.95
setUpMethod · 0.95
testIsTempFileMethod · 0.95
testParallelismMethod · 0.95
testCompilationMethod · 0.95
testFailure2Method · 0.95
setUpMethod · 0.95
testPigTempDirMethod · 0.95
testUniquePigTempDirMethod · 0.95

Calls 3

initMethod · 0.65
getDataStorageMethod · 0.65
createMethod · 0.65

Tested by 15

visitMethod · 0.76
setUpMethod · 0.76
testIsTempFileMethod · 0.76
testParallelismMethod · 0.76
testCompilationMethod · 0.76
testFailure2Method · 0.76
setUpMethod · 0.76
testPigTempDirMethod · 0.76
testUniquePigTempDirMethod · 0.76