HBase Shell启动的MapReduce作业是否应该在Jobtracker中可见桌排?

发布于 2024-12-04 08:26:50 字数 215 浏览 1 评论 0原文

count 命令的 HBase shell 帮助指出:

计算表中的行数。此操作可能需要很长时间 时间(运行 '$HADOOP_HOME/bin/hadoop jar hbase.jar rowcount' 来运行 计算 MapReduce 作业)。

它是否应该通过 JobTracker 以正常方式运行此 MapReduce 作业?我应该在 JobTracker 历史记录中看到它吗?

The HBase shell help for the count command states:

Count the number of rows in a table. This operation may take a LONG
time (Run '$HADOOP_HOME/bin/hadoop jar hbase.jar rowcount' to run a
counting mapreduce job).

Is it supposed to run this MapReduce job the normal way, via the JobTracker? Am I supposed to see it in the JobTracker history?

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

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

发布评论

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

评论(1

醉殇 2024-12-11 08:26:50

不。 hbase shell 计数操作不使用 MapReduce - 它通过前进游标来计数行。

正如您发布的文档所述,运行 Run '$HADOOP_HOME/bin/hadoop jar hbase.jar rowcount 来运行计数 MapReduce 作业

No. The hbase shell count operation is not using MapReduce- it is counting rows by advancing a cursor.

As the documentation that you posted states, run Run '$HADOOP_HOME/bin/hadoop jar hbase.jar rowcount to run a counting mapreduce job

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