在Reduce阶段之后实现称为合并的第三阶段

发布于 2024-11-13 08:33:26 字数 116 浏览 2 评论 0原文

我需要添加第三个阶段 - 合并 - 它结合了单独的并行Reduce任务的输出。这使得可以执行诸如连接和构建笛卡尔积之类的操作。任何人都可以帮助我如何做到这一点吗?我检查了没有Hadoop 0.21 API支持他的功能。

I need to add a third phase – merge – which combines the outputs of separate, parallel Reduce tasks.This makes it possible to do things like joins and build cartesian products.Can anyone help me how to do it??I checked there is no Hadoop 0.21 API to support his function.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

困倦 2024-11-20 08:33:26

continue

Hadoop is a MapReduce (not MapReduceMerge!) framework and this is not likely to change. That said, you could file a Jira or ask at http://getsatisfaction.com/cloudera/ to get the official stand on this.

If you need joins you should try Pig (the only one I have hands-on experience with, but there are others too - Hive,...). Pig makes joins quite simple to do.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文