Description
Ran into an issue where the settings for the FormatBundle used in for reading in the inputs can conflict with other settings for the job (e.g., the AvroMode used for serializing data during the shuffle.) This changes fixes those problems by copying the Configuration object used by the CrunchInputSplit so they don't interfere with the settings for the rest of the job.