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

Method executeBatch

src/org/apache/pig/PigServer.java:471–473  ·  view source on GitHub ↗

Submits a batch of Pig commands for execution. @return list of jobs being executed @throws IOException

()

Source from the content-addressed store, hash-verified

469 * @throws IOException
470 */
471 public List<ExecJob> executeBatch() throws IOException {
472 return executeBatch(true);
473 }
474
475 /**
476 * Submits a batch of Pig commands for execution. Parse and build of script

Calls 3

parseAndBuildMethod · 0.95
executeMethod · 0.95
getJobsMethod · 0.95