Class TextInputFormat

All Implemented Interfaces:
InputFormat<LongWritable,Text>, JobConfigurable

@Public @Stable public class TextInputFormat extends FileInputFormat<LongWritable,Text> implements JobConfigurable
An InputFormat for plain text files. Files are broken into lines. Either linefeed or carriage-return are used to signal end of line. Keys are the position in the file, and values are the line of text..