hdfs dfs 基本命令

1、创建文件夹

hdfs dfs -makir /data/demo/data/count

2、给文件夹中放置文件

hdfs dfs -put /data/demo/data/count /test/info/demo/count

3、查看当前文件、文件夹信息

hdfs dfs -ls /test/info/demo

4、删除文件夹

hdfs dfs -rm -r -skipTrash  /test/info/demo/count
    原文作者:DFS
    原文地址: https://blog.csdn.net/xupeng874395012/article/details/53159328
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞