2017-10-21 85 views

回答

1

尝试做这样的:

hadoop fs -put /path/to/local/file1.txt /path/to/hadoop/text.txt 

hadoop fs -copyFromLocal /path/to/local/file1.txt /path/to/hadoop/text.txt 
相关问题