hdfs批量上传下载文件和删除指定目录下文件

hdfs批量上传下载文件和删除指定目录下文件

一、hdfs批量下载文件

hdfs dfs -get s3a://bigdata/infra/zeppelin/notebook/

二、hdfs批量上传文件

hdfs dfs -put ./* /bigdata/infr/zeppelin/notebook/

三、hdfs删除指定目录

hdfs dfs -rm -r /bigdata/infra/zeppelin/notebook/wei.ji10

猜你喜欢

转载自blog.csdn.net/zhengzaifeidelushang/article/details/119825722#comments_21784035
今日推荐