Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ private InputSplit[] getCombineSplits(JobConf job, int numSplits, Map<Path, Part
deserializerClassName = part.getDeserializer(job).getClass().getName();
} catch (Exception e) {
// ignore
LOG.error("can not get deserializerClassName, occur exception ", e);
}
Comment thread
xuzifu666 marked this conversation as resolved.
FileSystem inpFs = path.getFileSystem(job);

// don't combine if inputformat is a SymlinkTextInputFormat
if (inputFormat instanceof SymlinkTextInputFormat) {
Expand Down