Run a pipeline on Hadoop. If there are no stores in this pipeline then nothing will be run. @return PigStats, null if there is no bound query to run. @throws IOException
()
| 75 | * @throws IOException |
| 76 | */ |
| 77 | public PigStats runSingle() throws IOException { |
| 78 | return runSingle((Properties)null); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Run a pipeline on Hadoop. |
no test coverage detected