For log file processing in Hadoop, the ____ InputFormat is typically used.

  • KeyValue
  • NLine
  • Sequence
  • TextInput
For log file processing in Hadoop, the TextInputFormat is commonly used. It treats each line in the input file as a separate record, making it suitable for scenarios where log entries are present in a line-by-line format.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *