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

Method runScript

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

Executes the Pig script with its current overrides. @throws IOException If a temp file containing the pig script could not be created. @throws ParseException The pig script could not have all its variables substituted.

()

Source from the content-addressed store, hash-verified

206 * @throws ParseException The pig script could not have all its variables substituted.
207 */
208 public void runScript() throws IOException, ParseException {
209 registerScript();
210 }
211
212 /**
213 * Gets an iterator on the content of one alias of the script.

Callers

nothing calls this directly

Calls 1

registerScriptMethod · 0.95

Tested by

no test coverage detected