Package p2pMapReduce.mapreduceModule.input

Class Summary
InputFormat<K,V> InputFormat describes the input-specification for a Map-Reduce job.
InputSplit InputSplit represents the data to be processed by an individual Mapper.
LineRecordReader Treats line number in the file as key and the line itself as value
RecordReader<KEYIN,VALUEIN> The record reader breaks the data into key/value pairs for input to the Mapper.
TextFileInputFormat Read input text files and generate the InputSplit Each InputSplit is a TextFileInputSplit and always terminate with a whole text line.
TextFileInputSplit  
TextFileInputSplit_old