Submits a batch of Pig commands for execution. @return list of jobs being executed @throws IOException
()
| 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 |