HDFS基本命令列操作與簡單API使用

2021-09-11 03:22:04 字數 747 閱讀 6233

1.網頁形式->測試用

2.命令列形式->測試用

3.企業級api

1)檢視幫助

hdfs dfs -help

2)檢視當前目錄資訊

hdfs dfs -ls /

3)上傳檔案

hdfs dfs -put /本地路徑 /hdfs路徑

4)剪下檔案

hdfs dfs -movefromlocal a.txt /aa.txt

7)建立資料夾

hdfs dfs -mkdir /資料夾名

8)建立多級資料夾

hdfs dfs -mkdir -p /hunterter/henshuai

9)移動hdfs檔案

hdfs dfs -mv /hdfs路徑 /hdfs路徑

10)複製hdfs檔案

hdfs dfs -cp /hdfs路徑 /hdfs路徑

11)刪除hdfs檔案

hdfs dfs -rm /aa.txt

12)刪除hdfs資料夾

hdfs dfs -rm -r /aaa.txt

13)檢視hdfs中的檔案

hdfs dfs -cat /檔案

hdfs dfs -tail -f /檔案

14)檢視資料夾中有多少個檔案

hdfs dfs -count /資料夾

15)檢視hdfs的總空間

hdfs dfs -df /

hdfs dfs -df -h /

hdfs命令列基本操作

1 檢視幫助 hdfs dfs help 2 檢視當前目錄資訊 hdfs dfs ls 3 上傳檔案 hdfs dfs put 本地路徑 hdfs路徑 4 剪下檔案 hdfs dfs movefromlocal a.txt aa.txt hdfs dfs get hdfs路徑 本地路徑 hdfs d...

HDFS 命令列基本操作

1.hdfs命令列 1 檢視幫助 hdfs dfs help 2 檢視當前目錄資訊 hdfs dfs ls 3 上傳檔案 hdfs dfs put 本地路徑 hdfs路徑 4 剪下檔案 hdfs dfs movefromlocal a.txt aa.txt hdfs dfs get hdfs路徑 本...

dos基本命令列操作

進入某根目錄 碟符 如 d 進入d盤 資料夾下內容瀏覽 dir 單級進入某資料夾 cd 檔名 如 cd 360downloads 多級進入某資料夾 cd 檔案路徑 如 cd 360downloads aaa 單級回退 回退到上一資料夾 cd.回退到根目錄 cd 建立目錄 md 刪除目錄 rd 刪除檔...