Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anybody knows how to upload a local file using PUT method using tRESTClient.
curl -i -X PUT -T <LOCAL_FILE> "http://<DATANODE>:<PORT>/webhdfs/v1/<PATH>?op=CREATE..."
(step 1 succeeds 307 - HTTP 307 Temporary Redirect , step 2 doesn't)
And which HEADERS to set.
Hello,
What's your local file?
The tRESTClient component expects a document type. You need to send your input to the "string" input and not the "body" of the tRestClient.
Have you tried to upload a file using tFileFetch component?
Best regards
Sabrina