Transfer file out from HDFS

前端 未结 5 1789
傲寒
傲寒 2021-02-01 21:34

I want to transfer files out from HDFS to local filesystem of a different server which is not in hadoop cluster but in the network.

I could have done:

         


        
5条回答
  •  Happy的楠姐
    2021-02-01 21:57

    I think simplest solution would be network mount or SSHFS to simulate local file server directory locally.
    You also can mount FTP as a local directory: http://www.linuxnix.com/2011/03/mount-ftp-server-linux.html

提交回复
热议问题