webhdfs client filesystem impl must set the content-type header for create/append ---------------------------------------------------------------------------------
Key: HDFS-2606 URL: https://issues.apache.org/jira/browse/HDFS-2606 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client Affects Versions: 0.24.0, 0.23.1 Reporter: Alejandro Abdelnur Assignee: Alejandro Abdelnur Priority: Critical Fix For: 0.24.0, 0.23.1 Currently the content-type header is not being set and for some reason for append it is being set to the form encoded content type making jersey parameter parsing fail. For this and to avoid any kind of proxy transcoding the content-type should be set to binary. {code} conn.setRequestProperty("Content-Type", "application/octet-stream"); {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira