Advanced Hadoop applications might use ____ InputFormat for custom data processing requirements.

  • CombineFileInputFormat
  • KeyValueInputFormat
  • NLineInputFormat
  • TextInputFormat
Advanced Hadoop applications might use CombineFileInputFormat for custom data processing requirements. This InputFormat combines small files into larger input splits, reducing the number of input splits and improving the efficiency of processing small files in Hadoop.
Add your answer
Loading...

Leave a comment

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