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

Method addJobConf

src/org/apache/pig/impl/util/UDFContext.java:109–111  ·  view source on GitHub ↗

Adds the JobConf to this singleton. Will be called on the backend by the Map and Reduce functions so that UDFs can obtain the JobConf on the backend.

(Configuration conf)

Source from the content-addressed store, hash-verified

107 * on the backend.
108 */
109 public void addJobConf(Configuration conf) {
110 jconf = conf;
111 }
112
113 /**
114 * Get the JobConf. This should only be called on

Callers 11

initMethod · 0.95
setupUDFContextMethod · 0.95
testDateTimeWritablesMethod · 0.80
testDefaultMethod · 0.80
testSerialMethod · 0.80
testParallelSetMethod · 0.80
executeMethod · 0.80
launchPigMethod · 0.80
resetUDFContextMethod · 0.80
newVertexMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by 4

testDateTimeWritablesMethod · 0.64
testDefaultMethod · 0.64
testSerialMethod · 0.64
testParallelSetMethod · 0.64