是否可以添加“组合”进入 Amazon Elastic MapReduce 工作流程?
I am referring to the Combine step mentioned on the Hadoop wiki. I have been unable to find a reference to it in the AWS documentation, and I'd like to utilize this step.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Combiner 的文档将位于 Apache 文档中,而不是 AWS 文档中。 Amazon Elastic MapReduce 支持 0.18.3 和 0.20.2 版本的 Hadoop 以及自定义补丁。 Apache MR 教程 参考了如何使用组合器函数。调用 Job.setCombinerClass() 设置组合器类。
The documentation for Combiner will be in the Apache documentation and not in the AWS documentation. Amazon Elastic MapReduce supports 0.18.3 and 0.20.2 versions of Hadoop with custom patches. Apache MR Tutorial has reference to how the combiner function should be used. Call the Job.setCombinerClass() to set the combiner class.