____ in MapReduce allows for the transformation of data before it reaches the reducer phase.
- Combiner
- Mapper
- Reducer
- Shuffling
The Mapper in MapReduce allows for the transformation of data before it reaches the reducer phase. It processes input data and generates intermediate key-value pairs, which are then shuffled and sorted before being sent to the reducers for further processing.
Loading...
Related Quiz
- In the context of Hadoop, Point-in-Time recovery is crucial for ____.
- Oozie workflows are based on which type of programming model?
- Considering a high-availability requirement, what feature of YARN should be emphasized to maintain continuous operation?
- Considering a case where a Hadoop cluster's NameNode becomes unavailable, what steps should be taken to recover the system?
- Which component in the Hadoop ecosystem is primarily used for data warehousing and SQL queries?