What is the primary purpose of Hadoop Streaming API in the context of processing data?

  • Batch Processing
  • Data Streaming
  • Real-time Data Processing
  • Script-Based Processing
The primary purpose of Hadoop Streaming API is to allow the integration of non-Java programs for processing data in Hadoop. It enables the use of scripts (e.g., Python or Perl) to serve as mappers and reducers, expanding the flexibility of Hadoop to process data using various languages.
Add your answer
Loading...

Leave a comment

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