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

Method getPigServer

test/org/apache/pig/pigunit/PigTest.java:172–174  ·  view source on GitHub ↗

Return the PigServer. @return Reference to the PigServer in ThreadLocal.

()

Source from the content-addressed store, hash-verified

170 * @return Reference to the PigServer in ThreadLocal.
171 */
172 public static PigServer getPigServer() {
173 return pig.get();
174 }
175
176 /**
177 * Registers a pig scripts with its variables substituted.

Callers 6

registerScriptMethod · 0.95
getAliasMethod · 0.95
getAliasFromCacheMethod · 0.95
getAliasToSchemaMapMethod · 0.95
makeMockTempFileMethod · 0.95
assertOutputMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected