HBase常用命令status, version, table_help和whoami。本章將介紹了這些命令。
命令返回包括在系統(tǒng)上運(yùn)行的服務(wù)器的細(xì)節(jié)和系統(tǒng)的狀態(tài)。它的語法如下:
hbase(main):009:0> status
如果執(zhí)行這個命令,它會返回下面的輸出
hbase(main):009:0> status 3 servers, 0 dead, 1.3333 average load
該命令返回HBase系統(tǒng)使用的版本。它的語法如下:
hbase(main):010:0> version
如果執(zhí)行這個命令,它會返回下面的輸出。
hbase(main):009:0> version 0.98.8-hadoop2, r6cfc8d064754251365e070a10a82eb169956d5fe, Fri Nov 14 18:26:29 PST 2014
此命令將引導(dǎo)如何使用表引用的命令。下面給出的是使用這個命令的語法。
hbase(main):02:0> table_help
當(dāng)使用此命令時,它顯示幫助主題表相關(guān)的命令。下面給出是此命令的部分輸出。
hbase(main):002:0> table_help Help for table-reference commands. You can either create a table via 'create' and then manipulate the table via commands like 'put', 'get', etc. See the standard help information for how to use each of these commands. However, as of 0.96, you can also get a reference to a table, on which you can invoke commands. For instance, you can get create a table and keep around a reference to it via: hbase> t = create 't', 'cf'…...
該命令返回HBase用戶詳細(xì)信息。如果執(zhí)行這個命令,返回當(dāng)前HBase用戶,如下圖所示
hbase(main):008:0> whoami hadoop (auth:SIMPLE) groups: hadoop