Description
Hive's join operator is very sophisticated, especially for reduce-side join. While we expect that other types of join, such as map-side join and SMB map-side join, will work out of the box with our design, there may be some complication in reduce-side join, which extensively utilizes key tag and shuffle behavior. Our design principle prefers to making Hive implementation work out of box also, which might requires new functionality from Spark. The tasks is to research into this area, identifying requirements for Spark community and the work to be done on Hive to make reduce-side join work.
A design doc might be needed for this. For more information, please refer to the overall design doc on wiki.
Attachments
Attachments
Issue Links
- contains
-
HIVE-7815 Reduce Side Join with single reducer [Spark Branch]
- Resolved
-
HIVE-7856 Enable parallelism in Reduce Side Join [Spark Branch]
- Resolved
- depends upon
-
SPARK-2978 Provide an MR-style shuffle transformation
- Resolved