从 Hadoop 中的映射器发出矩阵

发布于 2024-11-04 02:29:06 字数 105 浏览 4 评论 0原文

我是 Hadoop MapReduce 的新手,我想知道有一些输出格式类型可以让我直接从映射器发出矩阵(2D 数组)(无需转换为 1D)。

我计划将其纳入我的 Btech 项目中。

I am new to Hadoop map reduce, I wanted to know that there is some outputformat type which can allow me to emit a matrix (2d array) directly from the mapper (without converting to 1d).

I plan to include this in my Btech project.

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

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

发布评论

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

评论(2

日暮斜阳 2024-11-11 02:29:06

是的,您只想发出一个 value 作为 2D 数组,您可以使用 TwoDArrayWritable

如果您也需要发出一个 key 作为矩阵 - 您需要实现 自定义可写类

希望您有一个想法。

Yes, You want to emit only a value as 2D array you can use TwoDArrayWritable

If you need to emit a key too as matrix- you need to Implement a Custom Writable Class

Hope that you got an idea.

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