stanford duck
Hadoop Shell Command
posted on 12 Apr 2018 under category 人生经验
hadoop fs -ls /<hdfs path> hadoop fs -put /<local machime path> /<hdfs path> # put file on hadoop hadoop fs -get /<hdfs path> /<local machime path> # get file from hadoop