In Hadoop, which InputFormat is ideal for processing structured data stored in databases?

  • AvroKeyInputFormat
  • DBInputFormat
  • KeyValueTextInputFormat
  • TextInputFormat
DBInputFormat is ideal for processing structured data stored in databases in Hadoop. It allows Hadoop MapReduce jobs to read data from relational database tables, providing a convenient way to integrate Hadoop with structured data sources.
Add your answer
Loading...

Leave a comment

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