hbase shell基本指令

2021-09-25 06:20:47 字數 1518 閱讀 6983

準備工作:啟動hdfs之後,通過jps檢視hdfs服務是否啟動,執行命令:jps

這裡的命令並不是很全,下表中的命令是所有的hdfs-shell支援的命令:

選項名稱

使用格式

含義-ls-ls《路徑》

檢視指定目錄的當前目錄結構

-lsr-lsr《路徑》

遞迴檢視指定路徑的目錄結構

-du-du《路徑》

統計目錄下檔案大小

-dus

-dus《路徑》

匯**計目錄下檔案(夾)大小

-count

-count[-q]《路徑》

統計資料夾數量

-mv-mv《源路徑》《目的路徑》

移動-cp-cp《源路徑》《目的路徑》

複製-rm-rm[-skiptrash]《路徑》

刪除檔案或者空白資料夾

-rmr

-rmr[-skiptrash]《路徑》

遞迴刪除

-put-put[多個linux上的檔案》

上傳檔案

-copyfromlocal

-copyfromlocal《多個linux上的檔案》

從本地複製

-movefromlocal

-movefromlocal《多個linux上的檔案》

從本地移動

-getmerge

-getmerge《源路徑》

合併到檔案

-cat

-cat

檢視檔案內容

-text

-text

檢視檔案內容

-copytolocal

-copytolocal[-ignorecrc][-crc][hdfs源路徑][linux目的路徑]

從本地複製

-movetolocal

-movetolocal [-crc]

從本地移動

-mkdir

-mkdir

建立空白資料夾

-setrep

-setrep[-r][-w]《副本數》《路徑》

修改副本檔案

-touchz

-touchz《檔案路徑》

建立空白檔案

-stat

-stat[format]《路徑》

顯示檔案統計資訊

-tail

-tail[-f]《檔案》

檢視檔案尾部資訊

-chmod

-chmod[-r]《許可權模式》[路徑]

修改許可權

-chown

-chown[-r][屬主][:[屬組]]路徑

修改屬主

-chgrp

-chgrp[-r] 屬組名稱 路徑

修改屬組

-help

-help [命令選項]

幫助

HBASE shell常用指令

參考 1 檢視讀取器狀態 status 2 檢視hbase版本 version 3 建立乙個表 格式 create 表名,列簇1,列簇2 列簇n create member member id address info 4 檢視表描述 describe member 5 刪除乙個列簇 先關閉,再更新...

Hbase shell基本操作

注意 1 無論是表名或者列名,都需要新增引號 2.關鍵字大寫,如column,versions,timestamp等 1.建立表 語法 create 表名稱 列族名稱1 列族名稱1 create users userid address info 列出全部表 list 得到表的描述 describe...

Hbase Shell基本操作

hbase shell基本操作 環境和說明 軟硬體環境 centos7 64位 jdk1.8 hadoop2.7.4 hbase1.3.1 前置實驗hbase偽分布式環境搭建 一 操作準備 1 啟動hadoop,啟動hbase 2 啟動hbase shell 3 檢視hbase服務狀態 status...