sequence of all the nodes which may require some input data to be loaded, like a ParallelDo used as a reducer and needing its environment
sequence of all the nodes which may require some input data to be loaded, like a ParallelDo used as a reducer and needing its environment
last node of the channel to emit values
output nodes for this channel
output nodes for this channel
all the ProcessNodes for this channel
reduce key/values, given the current output format
reduce key/values, given the current output format
unique identifier for the Channel
unique identifier for the Channel
cleanup the channel, given the current output format
cleanup the channel, given the current output format
copy all outputs files to the destinations specified by sink files
copy all outputs files to the destinations specified by sink files
copy the success file to the destinations specified by sink files
copy the success file to the destinations specified by sink files
use the output converter of a sink to convert a value to a key/value
use the output converter of a sink to convert a value to a key/value
create an emitter to output values on the current tag for each sink.
create an emitter to output values on the current tag for each sink. Values are converted to (key, values) using the sink output converter. This emitter is used by both the GbkOutputChannel and the BypassOutputChannel
create a ScoobiConfiguration from a Hadoop one
create a ScoobiConfiguration from a Hadoop one
setup the nodes of the channel before writing data
setup the nodes of the channel before writing data
all the sinks defined by the nodes of the input channel
Implementation of an OutputChannel for a Mscr