Hadoop FS Shell

來源:互聯網
上載者:User
FS Shell 

調用檔案系統(FS)Shell命令應使用 bin/hadoop fs <args>的形式。 所有的的FS shell命令使用URI路徑作為參數。URI格式是scheme://authority/path。對HDFS檔案系統,scheme是hdfs,對本地檔案系統,scheme是file。其中scheme和authority參數都是可選的,如果未加指定,就會使用配置中指定的預設scheme。一個HDFS檔案或目錄比如/parent/child可以表示成hdfs://namenode:namenodeport/parent/child,或者更簡單的/parent/child(假設你設定檔中的預設值是namenode:namenodeport)。大多數FS Shell命令的行為和對應的Unix Shell命令類似,不同之處會在下面介紹各命令使用詳情時指出。出錯資訊會輸出到stderr,其他資訊輸出到stdout。 

cat 

使用方法:

hadoop fs -cat URI [URI …] 

 

將路徑指定檔案的內容輸出到stdout。 

樣本: 

hadoop fs -cat hdfs://host1:port1/file1 hdfs://host2:port2/file2 hadoop fs -cat file:///file3 /user/hadoop/file4  
chgrp 

使用方法:

hadoop fs -chgrp [-R] GROUP URI [URI …]

改變檔案所屬的組。使用-R將使改變在目錄結構下遞迴進行。命令的使用者必須是檔案的所有者或者超級使用者。更多的資訊請參見HDFS許可權使用者指南。 

chmod 

使用方法:

hadoop fs -chmod [-R] <MODE[,MODE]... | OCTALMODE> URI [URI …] 

改變檔案的許可權。使用-R將使改變在目錄結構下遞迴進行。命令的使用者必須是檔案的所有者或者超級使用者。更多的資訊請參見HDFS許可權使用者指南。 

chown 

使用方法:

hadoop fs -chown [-R] [OWNER][:[GROUP]] URI [URI ] 

改變檔案的擁有者。使用-R將使改變在目錄結構下遞迴進行。命令的使用者必須是超級使用者。更多的資訊請參見HDFS許可權使用者指南。 

copyFromLocal 

使用方法:

hadoop fs -copyFromLocal <localsrc> URI 

除了限定源路徑是一個本地檔案外,和put命令相似。 

copyToLocal 

使用方法:

hadoop fs -copyToLocal [-ignorecrc] [-crc] URI <localdst> 

除了限定目標路徑是一個本地檔案外,和get命令類似。 

cp 

使用方法:

hadoop fs -cp URI [URI …] <dest> 

將檔案從源路徑複製到目標路徑。這個命令允許有多個源路徑,此時目標路徑必須是一個目錄。 
樣本: 

hadoop fs -cp /user/hadoop/file1 /user/hadoop/file2 hadoop fs -cp /user/hadoop/file1 /user/hadoop/file2 /user/hadoop/dir  
du 

使用方法:

hadoop fs -du URI [URI …] 

顯示目錄中所有檔案的大小,或者當只指定一個檔案時,顯示此檔案的大小。 
樣本: 

hadoop fs -du /user/hadoop/dir1 /user/hadoop/file1 hdfs://host:port/user/hadoop/dir1 
dus 

使用方法:

hadoop fs -dus <args>

顯示檔案的大小。 

expunge 

使用方法:

hadoop fs -expunge 

清空資源回收筒。請參考HDFS設計文檔以擷取更多關於資源回收筒特性的資訊。 

get 

使用方法:

hadoop fs -get [-ignorecrc] [-crc] <src> <localdst> 

複製檔案到本地檔案系統。可用-ignorecrc選項複製CRC校正失敗的檔案。使用-crc選項複製檔案以及CRC資訊。 

樣本: 

hadoop fs -get /user/hadoop/file localfile hadoop fs -get hdfs://host:port/user/hadoop/file localfile 
getmerge 

使用方法:

hadoop fs -getmerge <src> <localdst> [addnl] 

接受一個來源目錄和一個目標檔案作為輸入,並且將來源目錄中所有的檔案串連成本地目標檔案。addnl是可選的,用於指定在每個檔案結尾添加一個分行符號。 

ls 

使用方法:

hadoop fs -ls <args> 

如果是檔案,則按照如下格式返迴文件資訊: 
檔案名稱 <副本數> 檔案大小修改日期 修改時間 許可權 使用者ID 組ID 
如果是目錄,則返回它直接子檔案的一個列表,就像在Unix中一樣。目錄返回列表的資訊如下: 
目錄名 <dir> 修改日期修改時間 許可權 使用者ID 組ID 
樣本: 

hadoop fs -ls /user/hadoop/file1 /user/hadoop/file2 hdfs://host:port/user/hadoop/dir1 /nonexistentfile
lsr 

使用方法:

hadoop fs -lsr <args> 

ls命令的遞迴版本。類似於Unix中的ls -R。 

mkdir 

使用方法:

hadoop fs -mkdir <paths> 

接受路徑指定的uri作為參數,建立這些目錄。其行為類似於Unix的mkdir -p,它會建立路徑中的各級父目錄。 

樣本: 

hadoop fs -mkdir /user/hadoop/dir1 /user/hadoop/dir2 hadoop fs -mkdir hdfs://host1:port1/user/hadoop/dir hdfs://host2:port2/user/hadoop/dir 
 
movefromLocal 

使用方法:

hadoop fs -moveFromLocal <src> <dst> 

輸出一個”not implemented“資訊。 

mv 

使用方法:

hadoop fs -mv URI [URI …] <dest>

將檔案從源路徑移動到目標路徑。這個命令允許有多個源路徑,此時目標路徑必須是一個目錄。不允許在不同的檔案系統間移動檔案。 
樣本: 

hadoop fs -mv /user/hadoop/file1 /user/hadoop/file2 hadoop fs -mv hdfs://host:port/file1 hdfs://host:port/file2 hdfs://host:port/file3 hdfs://host:port/dir1 
put 

使用方法:

hadoop fs -put <localsrc> ... <dst>

從本地檔案系統中複製單個或多個源路徑到目標檔案系統。也支援從標準輸入中讀取輸入寫入目標檔案系統。 

hadoop fs -put localfile /user/hadoop/hadoopfile hadoop fs -put localfile1 localfile2 /user/hadoop/hadoopdir hadoop fs -put localfile hdfs://host:port/hadoop/hadoopfile hadoop fs -put - hdfs://host:port/hadoop/hadoopfile 

 從標準輸入中讀取輸入。 

rm 

使用方法:

hadoop fs -rm URI [URI …] 

刪除指定的檔案。只刪除非空目錄和檔案。請參考rmr命令瞭解遞迴刪除。 
樣本: 

hadoop fs -rm hdfs://host:port/file /user/hadoop/emptydir 

 

rmr 

使用方法:

hadoop fs -rmr URI [URI …] 

delete的遞迴版本。 
樣本: 

hadoop fs -rmr /user/hadoop/dir hadoop fs -rmr hdfs://host:port/user/hadoop/dir 

 

setrep 

使用方法:

hadoop fs -setrep [-R] <path> 

改變一個檔案的副本係數。-R選項用於遞迴改變目錄下所有檔案的副本係數。 

樣本: 

hadoop fs -setrep -w 3 -R /user/hadoop/dir1 

 

stat 

使用方法:

hadoop fs -stat URI [URI …] 

返回指定路徑的統計資訊。 

樣本: 

hadoop fs -stat path 

 

tail 

使用方法:

hadoop fs -tail [-f] URI 

將檔案尾部1K位元組的內容輸出到stdout。支援-f選項,行為和Unix中一致。 

樣本: 

hadoop fs -tail pathname  

 

test 

使用方法:

hadoop fs -test -[ezd] URI 

選項: 
-e 檢查檔案是否存在。如果存在則返回0。 
-z 檢查檔案是否是0位元組。如果是則返回0。 
-d 如果路徑是個目錄,則返回1,否則返回0。 

樣本: 

hadoop fs -test -e filename 

 

text 

使用方法:

hadoop fs -text <src> 

將源檔案輸出為文字格式設定。允許的格式是zip和TextRecordInputStream。 

touchz 

使用方法:

hadoop fs -touchz URI [URI …] 

建立一個0位元組的空檔案。 

樣本: 

hadoop -touchz pathname 

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.