You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Cloudera CDH 6.1.
I have configured the plugin to use 'httpfs'.
Plugin can not create file When the file does not exist.
I read the issues-46.
I think I found the cause in the cloudera document.
Please Can you check this link?
Note that the reason of having two-step create/append is for preventing clients to send out data before the redirect.
This issue is addressed by the “Expect: 100-continue” header in HTTP/1.1; see RFC 2616, Section 8.2.3.
Unfortunately, there are software library bugs(e.g. Jetty 6 HTTP server and Java 6 HTTP client),
which do not correctly implement “Expect: 100-continue”.
The two-step create/append is a temporary workaround for the software library bugs.
I am using Cloudera CDH 6.1.
I have configured the plugin to use 'httpfs'.
Plugin can not create file When the file does not exist.
I read the issues-46.
I think I found the cause in the cloudera document.
Please Can you check this link?
Create and Write to a file
RFC 2616, Section 8.2.3.
The file was created when I tested not s ending any data.
The request must include header 'Content-Type: application/octet-stream'.
The text was updated successfully, but these errors were encountered: