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

Method runSingle

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

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

()

Source from the content-addressed store, hash-verified

75 * @throws IOException
76 */
77 public PigStats runSingle() throws IOException {
78 return runSingle((Properties)null);
79 }
80
81 /**
82 * Run a pipeline on Hadoop.

Callers 2

runMethod · 0.95
mainFunction · 0.80

Calls 11

execMethod · 0.95
setPigStatsMethod · 0.95
infoMethod · 0.80
putAllMethod · 0.80
sizeMethod · 0.65
getMethod · 0.65
closeMethod · 0.65
isEmptyMethod · 0.45
getPropertiesMethod · 0.45
getPigContextMethod · 0.45
loadMethod · 0.45

Tested by

no test coverage detected