[
https://issues.apache.org/jira/browse/HIVE-9902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xuefu Zhang updated HIVE-9902:
------------------------------
Fix Version/s: (was: spark-branch)
1.2.0
> Map join small table files need more replications [Spark Branch]
> ----------------------------------------------------------------
>
> Key: HIVE-9902
> URL: https://issues.apache.org/jira/browse/HIVE-9902
> Project: Hive
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Fix For: 1.2.0
>
> Attachments: HIVE-9902.1-spark.patch
>
>
> We have
> {noformat}
> replication = (short) Math.min(MIN_REPLICATION, numOfPartitions);
> {noformat}
> It should be
> {noformat}
> replication = (short) Math.max(MIN_REPLICATION, numOfPartitions);
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)