You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2016/09/09 04:52:20 UTC

[jira] [Comment Edited] (PIG-5024) add a physical operator to broadcast small RDDs

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

Xuefu Zhang edited comment on PIG-5024 at 9/9/16 4:51 AM:
----------------------------------------------------------

Committed to Spark branch. Thanks, Xianda.


was (Author: xuefuz):
Committed to Spark branch. Thanks.

> add a physical operator to broadcast small RDDs
> -----------------------------------------------
>
>                 Key: PIG-5024
>                 URL: https://issues.apache.org/jira/browse/PIG-5024
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: Xianda Ke
>            Assignee: Xianda Ke
>             Fix For: spark-branch
>
>         Attachments: PIG-5024.patch, PIG-5024_2.patch, PIG-5024_3.patch, PIG-5024_4.patch, PIG-5024_5.patch, PIG-5024_6.patch
>
>
> Currently, when optimize some kinds of JOIN, the indexed or sampling files are saved into HDFS. By setting the replication to a larger number, it serves as distributed cache.
> Spark's broadcast mechanism is suitable for this. It seems that we can add a physical operator to broadcast small RDDs.
> This will benefit the optimization of some specialized Joins, such as Skewed Join, Replicated Join and so on. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)