hdfs中删除文件、文件夹、抓取内容
删除文件 bin/hdfs dfs -rm output2/*
删除文件夹 bin/hdfs dfs -rm -r output2
抓取内容 bin/hdfs dfs -cat /user/output1/part-r-00000
传文件到hdfs中去 bin/hdfs dfs -put LICENSE.txt
传文件到hdfs的某个文件夹中去 bin/hdfs dfs -put LICENSE.txt input2
将hdfs中的output文件夹复制到本地文件目录的output文件夹中 bin/hdfs dfs -get output output
其他命令见hadoop官方文档:http://hadoop.apache.org/docs/r2.6.5/hadoop-project-dist/hadoop-common/SingleCluster.html
虽然我是一只爬两天停三天的蜗牛,但是我也会朝着我的目标,爆发我的能量,一直前行,________________留下我印迹