[ 
https://issues.apache.org/jira/browse/HIVE-13680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15421390#comment-15421390
 ] 

Kevin Liew edited comment on HIVE-13680 at 8/15/16 6:12 PM:
------------------------------------------------------------

Example  compressor attached. Configure the server with 

{code:xml}
    <property>
      <name>hive.server2.thrift.resultset.server.compressor.list</name>
      <value>.</value>
    </property>
    <property>
      <name>hive.server2.thrift.resultset.serialize.in.tasks</name>
      <value>true</value>
    </property>
{code}
, add the example CompDe to the Hive lib folder, 
and start beeline with
{noformat}--hiveconf 
hive.server2.thrift.resultset.compressor.list=snappy.snappy{noformat}


was (Author: kliew):
Example  compressor attached. Configure the server with 

{code:xml}
    <property>
      <name>hive.server2.thrift.resultset.server.compressor.list</name>
      <value>.</value>
    </property>
    <property>
      <name>hive.server2.thrift.resultset.serialize.in.tasks</name>
      <value>true</value>
    </property>
{code}
, add the example CompDe to the Hive lib folder, 
and start beeline with
{code}--hiveconf hive.server2.thrift.resultset.compressor.list=.{code}

> HiveServer2: Provide a way to compress ResultSets
> -------------------------------------------------
>
>                 Key: HIVE-13680
>                 URL: https://issues.apache.org/jira/browse/HIVE-13680
>             Project: Hive
>          Issue Type: Sub-task
>          Components: HiveServer2, JDBC
>            Reporter: Vaibhav Gumashta
>            Assignee: Kevin Liew
>         Attachments: HIVE-13680.patch, SnappyCompDe.zip, proposal.pdf
>
>
> With HIVE-12049 in, we can provide an option to compress ResultSets before 
> writing to disk. The user can specify a compression library via a config 
> param which can be used in the tasks.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to