开发者社区 问答 正文

HBase shell如何获取多版本数据?

HBase shell如何获取多版本数据?

展开
收起
芯在这 2021-12-05 20:31:00 358 分享 版权
1 条回答
写回答
取消 提交回答
  • ①先更新一条数据。

    put 'customer', 'tsimmons', 'order:city', 'beijing' 1

    ②查看多版本数据。

    get customer','tsimmons',{COLUMN=>'order:city',VERSIONS=>2}

    2021-12-05 20:31:17
    赞同 展开评论