if( DistributedCache.getCacheFiles( accumulatedJob ) != null )
DistributedCache.setCacheFiles( DistributedCache.getCacheFiles( accumulatedJob ), conf );
}
catch( IOException exception )
{
throw new CascadingException( exception );
}
}
MultiInputFormat.addInputFormat( conf, streamedJobs ); //must come last
}