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

Method getProperties

src/org/apache/pig/impl/PigContext.java:549–551  ·  view source on GitHub ↗

Provides configuration information. @return - information about the configuration used to connect to execution engine

()

Source from the content-addressed store, hash-verified

547 * execution engine
548 */
549 public Properties getProperties() {
550 return this.properties;
551 }
552
553 /**
554 * @deprecated use {@link #getProperties()} instead

Callers 15

setUpMethod · 0.95
testPigTempDirMethod · 0.95
testImportListMethod · 0.95
testStopOnFailureMethod · 0.95
testSetPriorityMethod · 0.95
testSetWithQuotesMethod · 0.95
testSetMethod · 0.95
runMethod · 0.95
iteratorMethod · 0.95

Calls

no outgoing calls

Tested by 15

setUpMethod · 0.76
testPigTempDirMethod · 0.76
testImportListMethod · 0.76
testStopOnFailureMethod · 0.76
testSetPriorityMethod · 0.76
testSetWithQuotesMethod · 0.76
testSetMethod · 0.76
TestCSVStorageMethod · 0.36
setupMethod · 0.36