mapjoin followed by another mapjoin should be performed in a single query
-------------------------------------------------------------------------
Key: HIVE-1246
URL: https://issues.apache.org/jira/browse/HIVE-1246
Project: Hadoop Hive
Issue Type: Improvement
Components: Query Processor
Reporter: Namit Jain
Assignee: He Yongqiang
Fix For: 0.6.0
A query like:
select /*+ MAPJOIN(c) */ ..
from
(select /*+ MAPJOIN(b) */ ..
from a join b on k1) subq1
join
c
on k2
should be performed in a single map-only job
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.