摘要: HBase Shell命令行交互: 启动Shell $ hbase shell 列出所有的表 hbase > list 创建名为mytable的表,含有一个列族hb hbase > create ' mytable' , 'hb' 在‘mytable’表的'first'行中的‘hb:data’列对应 阅读全文
posted @ 2021-09-17 20:17 我好cai 阅读(20) 评论(0) 推荐(0) 编辑