As a title, is it possible to write to remote HDFS?
eg. I installed the HDFS cluster on AWS EC2 and I want to write the file from my local computer to the HDFS cluster.
Two ways to write to remote HDFS,
Use WebHDFS apiavailable.It supports systems operating outside of Hadoop to access and manage HDFS content. This does not require client systems to install hadoop binaries.
WebHDFS api
Configure the client system Hadoop edge nodeto interact with the Hadoop cluster / HDFS.
Hadoop edge node
Please contact
https://hadoop.apache.org/docs/r1.2.1/webhdfs.html
http://www.dummies.com/how-to/content/edge-nodes-in-hadoop-clusters.html
Source: https://habr.com/ru/post/1609453/More articles:document.body vs Document.prototype.body - javascriptxcode 7 svn Error on crash - iosAndroid hangs on ViewGroup.removeAllViews () using MapView - androidremoveAllViews () when saving a fragment instance - androidWrite TypeScript and release the library for the browser and Node - javascriptOverload based on the existence of a dependent type - c ++Avoiding class and global variables - variablesDjango-haystack generic SearchView - no results - pythonRStudio: Rook not working? - rnode.js: How can I write a static βfind or createβ method in my user model? - node.jsAll Articles