[
https://issues.apache.org/jira/browse/HIVE-11527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15345252#comment-15345252
]
Thejas M Nair commented on HIVE-11527:
--------------------------------------
[~tasanuma0829] I think it makes sense to explore if we can extend typeDesc to
encode the fully information for complex types. Otherwise, we have duplicate
information being sent.
([~prasadm] [~cwsteinbach] please chime in if you have tried that ).
The serliazation format is hardcoded in this case. If we use a single serde
format, using LazyBinarySerDe instead of LazySimpleSerde is likely to be more
performant IMO. [~gopalv] What are your thoughts on that ?
> bypass HiveServer2 thrift interface for query results
> -----------------------------------------------------
>
> Key: HIVE-11527
> URL: https://issues.apache.org/jira/browse/HIVE-11527
> Project: Hive
> Issue Type: Improvement
> Components: HiveServer2
> Reporter: Sergey Shelukhin
> Assignee: Takanobu Asanuma
> Attachments: HIVE-11527.10.patch, HIVE-11527.11.patch,
> HIVE-11527.WIP.patch
>
>
> Right now, HS2 reads query results and returns them to the caller via its
> thrift API.
> There should be an option for HS2 to return some pointer to results (an HDFS
> link?) and for the user to read the results directly off HDFS inside the
> cluster, or via something like WebHDFS outside the cluster
> Review board link: https://reviews.apache.org/r/40867
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)