abstractdog commented on code in PR #6435:
URL: https://github.com/apache/hive/pull/6435#discussion_r3099554506
##########
packaging/src/docker/conf/hive-site.xml.template:
##########
@@ -76,4 +76,25 @@
<name>hive.query.results.cache.directory</name>
<value>${HIVE_QUERY_RESULTS_CACHE_DIRECTORY}</value>
</property>
+ <property>
+ <name>hive.server2.tez.initialize.default.sessions</name>
+ <value>false</value>
+ </property>
+ <property>
+ <name>hive.server2.tez.use.external.sessions</name>
+ <value>${HIVE_SERVER2_TEZ_USE_EXTERNAL_SESSIONS}</value>
+ </property>
+ <!--
+ A registry namespace prefix is a hardcoded prefix for Tez external
sessions.
+ The actual tez.am.registry.namespace value is appended to this prefix.
+ Once hive can use the registry client that Tez provides
(ZkAMRegistryClient), this property will be removed.
Review Comment:
for the release we already have:
https://issues.apache.org/jira/browse/TEZ-4701
now I created: https://issues.apache.org/jira/browse/HIVE-29573
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]