2017-10-21 109 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 
相關問題