Run multiple instances of bound pipeline on Hadoop in parallel. If there are no stores in this pipeline then nothing will be run. Bind is called first with the list of maps of variables to bind. @return a list of PigStats, one for each map of variables passed to bind. @throws IOException
()
| 132 | * @throws IOException |
| 133 | */ |
| 134 | public List<PigStats> run() throws IOException { |
| 135 | return run((Properties)null); |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Run multiple instances of bound pipeline on Hadoop in parallel. |
no test coverage detected