hadoop shell 操作命令

來源:互聯網
上載者:User

標籤:des   io   檔案   資料   sp   on   c   linux   ad   

shell操作命令:

hdfs的路徑,在core-site.xml中定義 

<property>

<name>fs.default.name</name>

<value>hdfs://master.hadoop:9000</value>   master.hadoop namenode主機名稱

</property>

用/ 代替當前絕對路徑

hadoop fs -ls /  查看hdfs的根目錄下的內容

hadoop fs -lsr / 遞迴查看hdfs的根目錄下的內容

hadoop fs -mkdir /d1 在hdfs目錄下建立檔案夾d1

hadoop fs -put <linux source> < hdfs destination> 把資料從linux上傳到hdfs的特定路徑

hadoop fs -get <hdfs source> <linux destination> 把資料從hdfs下載到linux的特定路徑

hadoop fs -text <hdfs檔案> 查看hdfs的檔案,類似於linux的 more <檔案名稱>

hadoop fs -rm 刪除hdfs的檔案

hadoop fs -rmr 刪除hdfs中的檔案夾

hadoop shell 操作命令

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.