hadoop hdfs常用文件操作命令

hadoop fs -ls path

hadoop fs -put localfile hdfs_path

hadoop fs -get hdfs_path

hadoop fs -mkdir hdfs_path

hadoop fs -rm hdfs_path

hadoop fs -rmdir hdfs_path

hadoop fs -cat hdfs_path

hadoop fs -mv hdfs_path

原文地址:https://www.cnblogs.com/to-here/p/12876216.html