Hbase put shell命令

发布于 2025-01-03 18:42:18 字数 82 浏览 1 评论 0原文

如何在 Hbase shell 中使用 put 命令插入多个值。我有一个有五个限定符的列族。如何使用 Put 使用一个命令将值插入所有这 5 个限定符

How can I use the put command in Hbase shell to insert more than one value. I have a column family having five qualifiers. How can I insert values to all those 5 qualifiers using one single command using Put

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

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

发布评论

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

评论(1

千寻… 2025-01-10 18:42:18

抱歉,您无法从 HBase shell 执行此操作。 'put' 命令用于“将单元格“值”放置在指定的表/行/列< /a>”。它用于“放置”单个值。

Sorry, you cannot do that from the HBase shell. The 'put' command is used to "Put a cell 'value' at specified table/row/column". It's for 'putting' a single value.

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