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

Method setBatchOn

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

Starts batch execution mode.

()

Source from the content-addressed store, hash-verified

408 * Starts batch execution mode.
409 */
410 public void setBatchOn() {
411 log.debug("Create a new graph.");
412
413 if (currDAG != null) {
414 graphs.push(currDAG);
415 }
416 currDAG = new Graph(true);
417 }
418
419 /**
420 * Retrieve the current execution mode.

Calls 1

debugMethod · 0.80