常用hadoop dfs命令
创建目录
1hadoop dfs -mkdir /home
上传文件或目录到hdfs
1hadoop dfs -put hello /
2hadoop dfs -put hellodir/ /
查看目录
1hadoop dfs -ls /
创建一个空文件
1hadoop dfs -touchz /361way
删除一个文件
1hadoop dfs -rm /361way
删除一个目录
1hadoop dfs -rmr /home
重命名
1hadoop dfs -mv /hello1 /hello2
查看文件
1hadoop dfs -cat /hello
将制定目录下的所有内容merge成一个文件,下载到本地
1hadoop dfs -getmerge /hellodir wa
使用du文件和目录大小
1hadoop dfs -du /
将目录拷贝到本地
1hadoop dfs -copyToLocal /home localdir
查看dfs的情况
1hadoop dfsadmin -report
查看正在跑的Java程序
1jps
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/hadoop-dfs-command/4151.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.