hbase shell 進入hbase 命令行界面
exists tableName tablename是否存在
scan 'Test', {LIMIT=>num} 獲取前num條記錄,(貌似LIMIT必須要大寫,小寫會出錯)
disable 'tableName' 禁用表tableName
enable 'tableName' 啟用表
is_enabled 'tableName' 是否可用
is_disabled 'tableName' 是否禁用
(一邊遇到一邊記錄,未完待續(xù)!)