{
reader = (MRReader) logicalInput.getReader();
}
catch( IOException exception )
{
throw new CascadeException( "unable to get reader", exception );
}
// set the cascading.source.path property for the current split
// if a TezGroupedSplit, currently won't set
TezUtil.setSourcePathForSplit( logicalInput, reader, configuration );