max mem of joins (hive.mapjoin.followby.gby.localtask.max.memory.usage) now 80%, up from 55%.

This commit is contained in:
Antonis Lempesis 2024-01-25 15:06:34 +01:00
parent e024718f73
commit fd43b0e84a
1 changed files with 4 additions and 0 deletions

View File

@ -78,6 +78,10 @@
<name>hive.txn.timeout</name>
<value>${hive_timeout}</value>
</property>
<property>
<name>hive.mapjoin.followby.gby.localtask.max.memory.usage</name>
<value>0.80</value>
</property>
<property>
<name>mapred.job.queue.name</name>
<value>analytics</value>