开发者社区 问答 正文

Hadoop shuffle map端运行combiner函数有什么好处?

Hadoop shuffle map端运行combiner函数有什么好处?

展开
收起
游客fq2cv4o24bhvc 2021-12-05 09:40:42 338 分享 版权
1 条回答
写回答
取消 提交回答
  • 运行combiner函数使得map输出结果更紧凑,因此减少写到磁盘的数据和传递给reducer的数据

    2021-12-05 09:42:07
    赞同 展开评论