简介 目录 评价 推荐
  • zrey 2022-03-30

    Hbase shell

    Create '表名','表名'
    Describe '表名'
    is_enabled        //查看表是否可用
    Drop '表名'
    Enable
    Disable '表名'    //先禁用,才能删除表
    is_disabled
    List
    scan '表名'
    put '表名','rowkey','列簇:列名','value'
    0赞 · 0采集
  • 文淇 2019-03-25

    bin/hbase shell

    Create    :  create "表名" ,"列簇名"

    Describe

    Enable

    is_enabled

    is_disabled

    Disable

    Drop

    List

    1赞 · 0采集
  • 强jay强 2018-05-17

    https://img.mukewang.com/5afcd9d00001e6a811380616.jpg

    0赞 · 0采集
  • 暗淡蓝点6730 2017-12-26
    表操作命令
    截图
    0赞 · 0采集
  • 山羊菌 2017-11-06
    创建表: >create 'test','info' 加入数据: >put 'test','0001','info:username','herry' 扫描全表: >scan 'test' 打印表的相关信息: >describe 'test' 禁用表: >disable 'test' 查看是否可用: >is_enabled 'test' 删除表(不可用后才可以删除): >drop 'test'
    0赞 · 0采集
  • 慕勒6273157 2017-08-15
    表操作命令
    截图
    0赞 · 0采集
数据加载中...
开始学习 免费