abstractdog commented on code in PR #4907:
URL: https://github.com/apache/hive/pull/4907#discussion_r1411163437
##########
data/conf/iceberg/tez/tez-site.xml:
##########
@@ -5,7 +5,7 @@
</property>
<property>
<name>tez.am.resource.memory.mb</name>
- <value>256</value>
+ <value>512</value>
Review Comment:
hive.tez.container.size is for task containers in particular (it's used to
create the Resource object which is provided to yarn), whereas
tez.am.resource.memory.mb is for the Application Master
--
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]