[ https://issues.apache.org/jira/browse/HIVE-5276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13768009#comment-13768009 ]
Phabricator commented on HIVE-5276: ----------------------------------- navis has commented on the revision "HIVE-5276 [jira] Skip useless string encoding stage for hiveserver2". INLINE COMMENTS ql/src/java/org/apache/hadoop/hive/ql/exec/DefaultFetchConverter.java:50 ok common/src/java/org/apache/hadoop/hive/conf/HiveConf.java:667 Yes, it seemed not useful by exposing to end user. Will be moved to SQLOperation. ql/src/java/org/apache/hadoop/hive/ql/exec/ListSinkOperator.java:57 ok. service/src/java/org/apache/hive/service/cli/operation/SQLOperation.java:98 It should be an internal configuration not exposed to user, as commented in HiveConf. I'll add comments for that. REVISION DETAIL https://reviews.facebook.net/D12879 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: 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