摘要: hbase shell安全指令篇: grant list_security_capabilities revoke user_permission 正在编辑中 阅读全文
posted @ 2017-02-07 16:51 时光舟 阅读(409) 评论(0) 推荐(0) 编辑
摘要: hbase shell数据管理篇: append count delete deleteall get get_counter get_splits incr put scan truncate truncate_preserve 正在编辑中 阅读全文
posted @ 2017-02-07 16:49 时光舟 阅读(422) 评论(0) 推荐(0) 编辑
摘要: hbase shell命名空间namespace篇: 1. alter_namespace (一般用于添加删除一个属性,很少使用) 2. create_namespace 3. describe_namespace 1 hbase(main):005:0> describe_namespace 'd 阅读全文
posted @ 2017-02-07 16:48 时光舟 阅读(10872) 评论(0) 推荐(0) 编辑
摘要: hbase shell常规指令解释篇 1. status (显示集群状态,master,server情况,显示内容的详略程度可选) 2. table_help (表的引用,通过获取一张表的引用来对这张表进行添加删除数据等等操作,现在不推荐使用) 1 Help for table-reference 阅读全文
posted @ 2017-02-07 16:46 时光舟 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: hbase shell-general(常规指令):http://www.cnblogs.com/husky/p/6374867.html hbase shell-ddl(表定义指令):http://www.cnblogs.com/husky/p/6374321.html hbase shell-n 阅读全文
posted @ 2017-02-07 16:36 时光舟 阅读(1145) 评论(0) 推荐(0) 编辑
摘要: hbase表定义指令详细解说篇 1. alter, alter_async, alter_status 2. create 3. describe (可以简写成'desc') 显示某张表的结构情况 1 Describe the named table. For example: 2 hbase> d 阅读全文
posted @ 2017-02-07 15:25 时光舟 阅读(896) 评论(0) 推荐(0) 编辑