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

Method getScript

src/org/apache/pig/tools/pigstats/PigStats.java:276–278  ·  view source on GitHub ↗

Returns the contents of the script that was run.

()

Source from the content-addressed store, hash-verified

274 * Returns the contents of the script that was run.
275 */
276 public String getScript() {
277 return ScriptState.get().getScript();
278 }
279
280 public String getScriptId() {
281 return ScriptState.get().getId();

Callers 2

getJobMethod · 0.45

Calls 1

getMethod · 0.95

Tested by 1