Class TextInputFormat


@Public @Stable public class TextInputFormat extends FileInputFormat<LongWritable,Text>
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..
  • Constructor Details

    • TextInputFormat

      public TextInputFormat()
  • Method Details