InputSplit
represents the data to be processed by an individual {@link Mapper}. Typically, it presents a byte-oriented view on the input and is the responsibility of {@link RecordReader} of the job to process this and presenta record-oriented view. @see InputFormat @see RecordReader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|