[
https://issues.apache.org/jira/browse/HIVE-8616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14189548#comment-14189548
]
Suhas Satish commented on HIVE-8616:
------------------------------------
Even with this merged into spark branch, the following 2 rules in
SparkCompiler.java need to be enabled for dependent map-join follow-up jiras -
SparkCompiler.java -
opRules.put(new RuleRegExp(new String("Convert Join to Map-join"),
JoinOperator.getOperatorName() + "%"), new SparkMapJoinOptimizer());
opRules.put(new RuleRegExp("No more walking on ReduceSink-MapJoin",
MapJoinOperator.getOperatorName() + "%"), new SparkReduceSinkMapJoinProc());
> convert joinOp to MapJoinOp and generate MapWorks only [Spark Branch]
> ---------------------------------------------------------------------
>
> Key: HIVE-8616
> URL: https://issues.apache.org/jira/browse/HIVE-8616
> Project: Hive
> Issue Type: Sub-task
> Components: Spark
> Reporter: Suhas Satish
> Assignee: Suhas Satish
> Fix For: spark-branch
>
> Attachments: HIVE-8616-spark.patch, HIVE-8616.2-spark.patch,
> HIVE-8616.3-spark.patch
>
>
> This is a sub-task of map join on spark.
> The parent jira is
> https://issues.apache.org/jira/browse/HIVE-7613
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)