In MapReduce, the ____ phase is responsible for preparing the data for processing by the Mapper.

  • Input
  • Output
  • Partition
  • Shuffle
In MapReduce, the Input phase is responsible for preparing the data for processing by the Mapper. During this phase, input data is read and split into key-value pairs, which are then processed by the Mapper function.
Add your answer
Loading...

Leave a comment

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