[ 
https://issues.apache.org/jira/browse/HIVE-16462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15973240#comment-15973240
 ] 

Gopal V commented on HIVE-16462:
--------------------------------

+1

For reference, the crucial statement in the .q.out is 

{{Fast Hash Table and No Hybrid Hash Join IS true}}

> Vectorization: Enabling hybrid grace disables specialization of all reduce 
> side joins
> -------------------------------------------------------------------------------------
>
>                 Key: HIVE-16462
>                 URL: https://issues.apache.org/jira/browse/HIVE-16462
>             Project: Hive
>          Issue Type: Bug
>          Components: Vectorization
>            Reporter: Jason Dere
>            Assignee: Jason Dere
>         Attachments: HIVE-16462.1.patch
>
>
> Observed by [~gopalv].
> Having grace hash join enabled prevents the specialized vector hash joins 
> during the vectorizer stage of query planning. However 
> hive.llap.enable.grace.join.in.llap will later disable grace hash join 
> (LlapDecider runs after Vectorizer). If we can disable the grace hash join 
> before vectorization kicks in then we can still benefit from the specialized 
> vector hash joins.
> This can be special cased for the llap.execution.mode=only case.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to