Hello, I'd like to create a new file in HDFS from a remote URL. Is there any way to do that with webhdfs? So instead of using the following command curl -i -X PUT -T FILE 'data_node_url'
I like to use a url instead of the FILE. The input will be in another distributed filesystem (Disco's DFS) so the client should not be required to download the file and then re-upload it to HDFS. The files in DDFS can be accessed with an HTTP API. (I am using the latest version of hdfs). Regards.
