To handle different data types, Hadoop Streaming API uses ____ as an interface for data input and output.

  • KeyValueTextInputFormat
  • SequenceFileInputFormat
  • StreamInputFormat
  • TextInputFormat
Hadoop Streaming API uses KeyValueTextInputFormat as an interface for data input and output. It allows handling key-value pairs, making it versatile for processing various data types in a streaming fashion.
Add your answer
Loading...

Leave a comment

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