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

Chris Drome commented on HIVE-6447:
-----------------------------------

A method call in 
ql/src/java/org/apache/hadoop/hive/ql/exec/tez/CustomPartitionVertex.java is 
mispelled causing a compilation failure when building against Hadoop-2.x.

Line 681 of the patch is:

+    int totalResource = context.getTotalAVailableResource().getMemory();

but should be:

+    int totalResource = context.getTotalAvailableResource().getMemory();

> Bucket map joins in hive-tez
> ----------------------------
>
>                 Key: HIVE-6447
>                 URL: https://issues.apache.org/jira/browse/HIVE-6447
>             Project: Hive
>          Issue Type: Bug
>          Components: Tez
>    Affects Versions: tez-branch
>            Reporter: Vikram Dixit K
>            Assignee: Vikram Dixit K
>             Fix For: 0.13.0, 0.14.0
>
>         Attachments: HIVE-6447.1.patch, HIVE-6447.10.patch, 
> HIVE-6447.11.patch, HIVE-6447.12.patch, HIVE-6447.13.patch, 
> HIVE-6447.2.patch, HIVE-6447.3.patch, HIVE-6447.4.patch, HIVE-6447.5.patch, 
> HIVE-6447.6.patch, HIVE-6447.7.patch, HIVE-6447.8.patch, HIVE-6447.9.patch, 
> HIVE-6447.WIP.patch
>
>
> Support bucket map joins in tez.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to