InputFormat牛逼(2)org.apache.hadoop.mapreduce.InputSplit & DBInputSplit
@Public
@Stable
InputSplit represents the data to be processed by an individual Mapper.
Typically, it presents a byte-oriented view on the input and is the responsibility of RecordReader of the