Hadoop:压缩仅 Map 作业的输出

发布于 2024-12-14 11:23:11 字数 330 浏览 1 评论 0原文

我有一个仅地图作业,以 TextOutputFormat 输出。

我目前看到三种压缩输出的方法:

  1. 通过定义要通过mapred.compress.map.output.*压缩的映射

  2. 通过mapred.output.compression.*定义要压缩的输出

  3. 通过定义要压缩的TextOutputFormat TextOutputFormat.setcompressOutput()

  4. 通过组合前 3 种可能性中的一种或多种。

关于如何正确执行此操作有任何见解吗?

I have a a map-only job that outputs in TextOutputFormat.

I currently see three ways of compressing my output:

  1. by defining map to compress through mapred.compress.map.output.*

  2. by defining output to compress through mapred.output.compression.*

  3. by defining the TextOutputFormat to compress through TextOutputFormat.setCompressOutput()

  4. by composing one or more of the first 3 possibilities.

Any insight on how to do this properly?

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

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

发布评论

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

评论(1

无所谓啦 2024-12-21 11:23:11

选项 1 仅适用于中间输出,选项 2 也可以,但更多的是 mapred-site.xml 方法,选项 3 是最佳选择。

Option 1 is ONLY for intermediate output, Option 2 works as well but is more of a mapred-site.xml approach, Option 3 is the way to go.

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