摘要: hdfs dfs -copyFromLocal /local/data /hdfs/data:将本地文件上传到 hdfs 上(原路径只能是一个文件) hdfs dfs -put /tmp/ /hdfs/ :和 copyFromLocal 区别是,put 原路径可以是文件夹等 hadoop fs -l 阅读全文
posted @ 2020-12-07 19:30 怀念ぅ风锍 阅读(1760) 评论(0) 推荐(0)