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

Chao commented on HIVE-9902:
----------------------------

+1

> 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: spark-branch
>
>         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)

Reply via email to