[
https://issues.apache.org/jira/browse/HIVE-3785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13530287#comment-13530287
]
Mark Grover commented on HIVE-3785:
-----------------------------------
FWIW, this patch doesn't apply cleanly on trunk. There is a conflict with
conf/hive-default.xml.template
{code}
***************
*** 1581,1590 ****
</property>
<property>
- <name>hive.decode.partition.name</name>
- <value>false</value>
- <description>Whether to show the unquoted partition names in query
results.</description>
</property>
</configuration>
--- 1580,1660 ----
</property>
<property>
+ <name>hive.server2.thrift.min.worker.threads</name>
+ <value>5</value>
+ <description>Minimum number of Thrift worker threads</description>
+ </property>
+
+ <property>
+ <name>hive.server2.thrift.max.worker.threads</name>
+ <value>100</value>
+ <description>Maximum number of Thrift worker threads</description>
+ </property>
+
{code}
I don't it's necessary to refresh the patch now (but it wouldn't hurt) since we
are still waiting for review but it would need to be refreshed before
submission.
> Core hive changes for HiveServer2 implementation
> ------------------------------------------------
>
> Key: HIVE-3785
> URL: https://issues.apache.org/jira/browse/HIVE-3785
> Project: Hive
> Issue Type: Sub-task
> Components: Authentication, Build Infrastructure, Configuration,
> Thrift API
> Affects Versions: 0.10.0
> Reporter: Prasad Mujumdar
> Assignee: Prasad Mujumdar
> Attachments: HS2-changed-files-only.patch
>
>
> The subtask to track changes in the core hive components for HiveServer2
> implementation
--
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