[
https://issues.apache.org/jira/browse/HIVE-8349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gopal V updated HIVE-8349:
--------------------------
Resolution: Fixed
Release Note: HIVE-8349: Distinguish between UNIFORM hash-partitioning and
AUTOPARALLEL re-partitioning. (Gopal V, reviewed by Gunther Hagleitner) (was:
Distinguish between UNIFORM hash-partitioning and AUTOPARALLEL re-partitioning.)
Status: Resolved (was: Patch Available)
Committed to trunk, thanks [~hagleitn],[~vikram.dixit].
> DISTRIBUTE BY should work with tez auto-parallelism enabled
> -----------------------------------------------------------
>
> Key: HIVE-8349
> URL: https://issues.apache.org/jira/browse/HIVE-8349
> Project: Hive
> Issue Type: Bug
> Components: Physical Optimizer, Tez
> Affects Versions: 0.14.0
> Reporter: Gopal V
> Assignee: Gopal V
> Fix For: 0.14.0
>
> Attachments: HIVE-8349.1.patch, HIVE-8349.2.patch, HIVE-8349.3.patch,
> HIVE-8349.4.patch
>
>
> Current implementation of DISTRIBUTE BY does not work when tez
> auto-parallelism is turned on, because of hashCode distribution issues.
> In case of distribute by, the key is actually zero bytes, with only
> partitioning enabled via hashCode - this adversely affects the uniform
> hashing implementation.
> In an ideal scenario, the edge should go from the ordered kv input to the
> unordered partitioned edge, to speed up the processing massively.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)