logicalOutput = outputMap.get( flowProcess.getStringProperty( "cascading.node.sink." + id ) );
if( logicalOutput == null )
throw new IllegalStateException( "could not find output for: " + sink );
return new TezSinkStage( flowProcess, sink, logicalOutput );
}