摘要: hdfs的一些shell命令。 1.–appendToFile :追加一个文件(不在HDFS中)到已经存在的文件末尾 hdfs dfs -appendToFile ./hello.txt /hello.txt 2.-cat :显示文件内容 hdfs dfs -cat /hadoop-daemon.s 阅读全文
posted @ 2021-09-22 11:25 张笑天 阅读(33) 评论(0) 推荐(0)