简体   繁体   中英

Upload file from my virtual machine to another virtual machine using hadoop hdfs

Can any one please tell me, how can I upload a txt file from my local machine to another virtual machine based on IP Address in hdfs.

Regards, Baskar.V

You might find webHDFS REST API useful. I have tried it to write content from my local FS to the HDFS and it works fine. But being REST based it should work fine from local FS of a remote machine as well, provided both machines are connected.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM