[ 
https://issues.apache.org/jira/browse/HIVE-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-5276:
------------------------------

    Attachment: D12879.2.patch

navis updated the revision "HIVE-5276 [jira] Skip useless string encoding stage 
for hiveserver2".

  Fixed test fails & addressed comments

Reviewers: JIRA

REVISION DETAIL
  https://reviews.facebook.net/D12879

CHANGE SINCE LAST DIFF
  https://reviews.facebook.net/D12879?vs=39897&id=40023#toc

AFFECTED FILES
  ql/src/java/org/apache/hadoop/hive/ql/Driver.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/DefaultFetchFormatter.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/ListSinkOperator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FetchFormatter.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/FetchTask.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Operator.java
  ql/src/java/org/apache/hadoop/hive/ql/exec/Task.java
  service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java

To: JIRA, navis
Cc: cwsteinbach

                
> Skip useless string encoding stage for hiveserver2
> --------------------------------------------------
>
>                 Key: HIVE-5276
>                 URL: https://issues.apache.org/jira/browse/HIVE-5276
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>         Attachments: D12879.2.patch, HIVE-5276.D12879.1.patch
>
>
> Current hiveserver2 acquires rows in string format which is used for cli 
> output. Then convert them into row again and convert to final format lastly. 
> This is inefficient and memory consuming. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to