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

Method run

src/org/apache/pig/scripting/BoundScript.java:134–136  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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.

Callers 1

fsMethod · 0.45

Calls 15

runSingleMethod · 0.95
getMethod · 0.95
getEmptyPigStatsMethod · 0.95
setErrorMessageMethod · 0.95
getPigStatsMethod · 0.95
setPigStatsMethod · 0.95
infoMethod · 0.80
putAllMethod · 0.80
getAllListenersMethod · 0.80
submitMethod · 0.80
sizeMethod · 0.65
addMethod · 0.65

Tested by

no test coverage detected