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

Method getScriptContext

src/org/apache/pig/scripting/Pig.java:397–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

395 }
396
397 private static ScriptPigContext getScriptContext() throws IOException {
398 ScriptPigContext ctx = ScriptPigContext.get();
399 if (ctx == null) {
400 throw new IOException("Script context is not set");
401 }
402 return ctx;
403 }
404
405
406}

Callers 8

fsMethod · 0.95
sqlMethod · 0.95
registerJarMethod · 0.95
registerUDFMethod · 0.95
setMethod · 0.95
compileMethod · 0.95
replaceParametersMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected