Q13
Single choice
You ve written a MapReduce job that will process 500 million input records and generated 500 million key-value pairs. The data is not uniformly distributed. Your MapReduce job will create a significant amount of intermediate data that it needs to transfer between mappers and reduces which is a potential bottleneck.
A custom implementation of which interface is most likely to reduce the amount of intermediate data transferred across the network?