[ https://issues.apache.org/jira/browse/HIVE-10711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14544755#comment-14544755 ]
Alexander Pivovarov commented on HIVE-10711: -------------------------------------------- Jason, do you think it's better to add new tez configuration parameter for 0.5? {code} noConditionalTaskThreshold = (long) (processMaxMemory * 0.5); {code} > Tez HashTableLoader attempts to allocate more memory than available when > HIVECONVERTJOINNOCONDITIONALTASKTHRESHOLD exceeds process max mem > ------------------------------------------------------------------------------------------------------------------------------------------ > > Key: HIVE-10711 > URL: https://issues.apache.org/jira/browse/HIVE-10711 > Project: Hive > Issue Type: Bug > Reporter: Jason Dere > Assignee: Jason Dere > Attachments: HIVE-10711.1.patch, HIVE-10711.2.patch > > > Tez HashTableLoader bases its memory allocation on > HIVECONVERTJOINNOCONDITIONALTASKTHRESHOLD. If this value is largeer than the > process max memory then this can result in the HashTableLoader trying to use > more memory than available to the process. -- This message was sent by Atlassian JIRA (v6.3.4#6332)