-mv
命令兼具移动与改名的双重功能/ied
目录更名为/ied01
hdfs dfs -mv /ied /ied01
/ied01/exam.txt
更名为/ied01/test.txt
hdfs dfs -mv /ied01/exam.txt /ied01/test.txt
test.txt
文件内容/ied01
里有一个test.txt
,创建sport.txt
和music.txt
并上传/ied01
目录的文件下载到本地当前目录的merger.txt
hdfs dfs -getmerge /ied01/* merger.txt
merger.txt
,查看是不是三个文件合并后的内容cat merger.txt
test.txt
文件hdfs fsck /ied01/test.txt -files -block -locations -racks
/ied01
目录里创建一个文件sunshine.txt
hdfs dfs -touchz /ied01/sunshine.txt
/ied02
hdfs dfs -mkdir /ied02
/ied01/music.txt
复制到/ied02
里hdfs dfs -cp /ied01/music.txt /ied02
/ied01/test.txt
复制到/ied02
目录,改名为hello.txt
hdfs dfs -cp /ied01/exam.txt /ied02/hello.txt
hdfs dfs -cp /ied01 /ied03
hdfs dfs -du /ied01/test.txt
copyFromLocal
类似于-put
hdfs dfs -copyFromLocal merger.txt /ied02
copyToLocal
类似于-get
hdfs dfs -copyToLocal /ied01/sunshine.txt sunlight.txt
hdfs dfs -count /ied01
hadoop checknative -a