本文介绍了在给定一组指定数据的情况下,确定要使用的映射器/还原器的数量的原因的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

哪些因素决定用于给定数据集以实现最佳性能的映射器和缩减器的数量?我说的是Apache Hadoop Map Reduce平台.

What are the factors which decide the number of mappers and reducers to use for a given set of data to achieve optimal performance? I am talking in terms of Apache Hadoop Map Reduce platform.

推荐答案

根据Cloudera 博客

According to the Cloudera blog

这篇关于在给定一组指定数据的情况下,确定要使用的映射器/还原器的数量的原因的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-19 01:38