(2)-cat
用法:hadoop fs -cat uri [uri …]
作用:檢視檔案內容(可以檢視本地和hdfs上的內容)。
示例:
hadoop fs -cat hdfs: hdfs:
hadoop fs -cat file:///file3 /user/hadoop/file4
(3)-checksum
用法: hadoop fs -checksum uri
作用:檢視檔案校驗和。(例子顯示了md5)、
示例:
hadoop fs -checksum hdfs:
hadoop fs -checksum file:///etc/hosts
(4)-chgrp
用法: hadoop fs -chgrp [-r] group uri [uri …]
作用:改變檔案所屬的組。(change group association of files.)
使用-r 將使改變在目錄結構下遞迴進行。
(5)-chmod
作用:改變檔案訪問許可權。
用法:hadoop fs -chmod [-r]
hadoop 常用命令
啟動hadoop 進入hadoop home目錄。執行sh bin start all.sh 或者是在hadoop 的目錄下能看到他的bin目錄 執行 bin start all.sh 關閉hadoop 進入hadoop home目錄。執行sh bin stop all.sh 同上。1 檢視指定目錄...
hadoop常用命令
1 檢視指定目錄下內容 hadoop dfs ls 檔案目錄 eg hadoop dfs ls user wangkai.pt 2 開啟某個已存在檔案 hadoop dfs cat file path eg hadoop dfs cat user wangkai.pt data.txt 3 將本地檔...
hadoop常用命令
1 檢視指定目錄下內容 hadoop dfs ls 檔案目錄 eg hadoop dfs ls user wangkai.pt 2 開啟某個已存在檔案 hadoop dfs cat file path eg hadoop dfs cat user wangkai.pt data.txt 3 將本地檔...