2017-04-27 113 views

回答

0

因为你不能在发送文件的所有块到远程主机,你就必须做到这一点

hadoop fs -get /path/src/file 
scp ./file [email protected]:/path/dest/file 
相关问题