查询从 hbase 获取所有列族数据

发布于 2024-12-19 07:57:14 字数 64 浏览 1 评论 0原文

有没有一种方法可以从所有列族的 hbase 数据库中获取所有数据而不提及密钥。其实我想知道如何查询来获取所有数据。

Is there a way to get all data from hbase database from all column families without mentioning the key. Actually I want to know about query to get all data.

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

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

发布评论

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

评论(2

何以笙箫默 2024-12-26 07:57:14

这篇文章介绍了如何转储表: http://www.rotanovs.com/hbase/hbase -导入导出/

This post describes how to dump a table: http://www.rotanovs.com/hbase/hbase-importexport/

时光礼记 2024-12-26 07:57:14

您必须扫描桌子。如果您有 HBase shell,请运行它,然后运行

scan 'tablename'

您是否正在寻找一种方法来对数据库中的所有表执行此操作?

You will have to do a scan on the tables. If you have HBase shell, run it, and then run

scan 'tablename'

Are you looking for a way to do this on all tables in the database?

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