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.
Loading...
Related Quiz
- The ____ module in Python is often used for Hadoop integration to perform HDFS operations.
- In HBase, the ____ column is used to uniquely identify each row in a table.
- How does Apache Pig optimize execution plans for processing large datasets?
- In a scenario where the Hadoop cluster needs to handle both batch and real-time processing, how does YARN facilitate this?
- What is the role of ZooKeeper in managing a Hadoop cluster?