You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/12/01 08:08:35 UTC

[jira] [Created] (PIG-3604) Implement replicated join in Tez

Cheolsoo Park created PIG-3604:
----------------------------------

             Summary: Implement replicated join in Tez
                 Key: PIG-3604
                 URL: https://issues.apache.org/jira/browse/PIG-3604
             Project: Pig
          Issue Type: Sub-task
          Components: tez
    Affects Versions: tez-branch
            Reporter: Cheolsoo Park
            Assignee: Cheolsoo Park
             Fix For: tez-branch


I propose we implement replicated join as follows-
* Vertex 1: Loads replicated table and broadcasts it to vertex 2.
* Vertex 2: Loads fragmented table and join it with broadcasted input from vertex 1.
* New POPackage for vertex 2 that can consume a broadcast input and a file input needs to be implemented.



--
This message was sent by Atlassian JIRA
(v6.1#6144)