if( reduceNodeState == null )
reduceNodeState = readStateFromDistCache( jobConf, jobConf.get( FlowStep.CASCADING_FLOW_STEP_ID ), "reduce" );
FlowNode node = deserializeBase64( reduceNodeState, jobConf, BaseFlowNode.class );
streamGraph = new HadoopReduceStreamGraph( currentProcess, node, Util.getFirst( node.getSourceElements() ) );
group = (HadoopGroupGate) streamGraph.getHeads().iterator().next();
for( Duct head : streamGraph.getHeads() )
LOG.info( "sourcing from: " + ( (ElementDuct) head ).getFlowElement() );