[ https://issues.apache.org/jira/browse/HIVE-17194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16307703#comment-16307703 ]
Lefty Leverenz commented on HIVE-17194: --------------------------------------- Doc note: This adds *hive.server2.thrift.http.compression.enabled* to HiveConf.java, so it should be documented in the Configuration Properties wikidoc. Gzip compression for HTTP mode could be documented in the Compression wikidoc. * [Configuration Properties | https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties] * [Compression | https://cwiki.apache.org/confluence/display/Hive/CompressedStorage] Thanks for adding the TODOC3.0 label, [~gopalv]. > JDBC: Implement Gzip compression for HTTP mode > ---------------------------------------------- > > Key: HIVE-17194 > URL: https://issues.apache.org/jira/browse/HIVE-17194 > Project: Hive > Issue Type: Improvement > Components: HiveServer2, JDBC > Affects Versions: 3.0.0 > Reporter: Gopal V > Assignee: Gopal V > Labels: TODOC3.0 > Fix For: 3.0.0 > > Attachments: HIVE-17194.1.patch, HIVE-17194.2.patch, > HIVE-17194.3.patch > > > {code} > POST /cliservice HTTP/1.1 > Content-Type: application/x-thrift > Accept: application/x-thrift > User-Agent: Java/THttpClient/HC > Authorization: Basic YW5vbnltb3VzOmFub255bW91cw== > Content-Length: 71 > Host: localhost:10007 > Connection: Keep-Alive > Accept-Encoding: gzip,deflate > X-XSRF-HEADER: true > {code} > The Beeline client clearly sends out HTTP compression headers which are > ignored by the HTTP service layer in HS2. > After patch, result looks like > {code} > HTTP/1.1 200 OK > Date: Tue, 01 Aug 2017 01:47:23 GMT > Content-Type: application/x-thrift > Vary: Accept-Encoding, User-Agent > Content-Encoding: gzip > Transfer-Encoding: chunked > Server: Jetty(9.3.8.v20160314) > {code} -- This message was sent by Atlassian JIRA (v6.4.14#64029)