[ https://issues.apache.org/jira/browse/HIVE-13730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282431#comment-15282431 ]
Wei Zheng commented on HIVE-13730: ---------------------------------- Here's an todo item after HIVE-13755 is fixed. Right now memory manager doesn't guarantee to allocate enough memory for each table in n-way join case. After fixing that issue, this assert below can be put into HybridHashTableContainer's cstr after the variables have been determined. {code} assert writeBufferSize * (numPartitions - numPartitionsSpilledOnCreation) <= memoryThreshold : "hive.auto.convert.join.noconditionaltask.size is set too low. It's not enough to " + "allocate " + (numPartitions - numPartitionsSpilledOnCreation) + " partitions (each " + " of size " + writeBufferSize; {code} > hybridgrace_hashjoin_1.q test gets stuck > ---------------------------------------- > > Key: HIVE-13730 > URL: https://issues.apache.org/jira/browse/HIVE-13730 > Project: Hive > Issue Type: Bug > Components: Tez > Affects Versions: 2.1.0 > Reporter: Vikram Dixit K > Assignee: Wei Zheng > Priority: Blocker > Attachments: HIVE-13730.1.patch > > > I am seeing hybridgrace_hashjoin_1.q getting stuck on master. -- This message was sent by Atlassian JIRA (v6.3.4#6332)