开发者社区 问答 正文

HBase Shell中的drop的作用和语法格式是什么?

HBase Shell中的drop的作用和语法格式是什么?

展开
收起
游客k7rjnht6hbtk6 2021-12-06 17:25:11 674 分享 版权
1 条回答
写回答
取消 提交回答
  • 1.HBase Shell中的drop的作用是删除表

    2.语法:

    drop的表必须是disable的

    disable ‘表名’

    drop ‘表名’

    2021-12-06 17:25:46
    赞同 展开评论