Using ____ in Hadoop development can significantly reduce the amount of data transferred between Map and Reduce phases.

  • Compression
  • Indexing
  • Serialization
  • Shuffling
Using compression in Hadoop development can significantly reduce the amount of data transferred between Map and Reduce phases. Compression techniques help minimize the data size, leading to faster data transfer and more efficient processing in Hadoop.
Add your answer
Loading...

Leave a comment

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