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 2014/01/27 19:47:38 UTC

[jira] [Commented] (PIG-3658) Use Tez ObjectRegistry to cache FRJoin map and WeightedRangePartitioner map

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

Cheolsoo Park commented on PIG-3658:
------------------------------------

+1. 

> Use Tez ObjectRegistry to cache FRJoin map and WeightedRangePartitioner map
> ---------------------------------------------------------------------------
>
>                 Key: PIG-3658
>                 URL: https://issues.apache.org/jira/browse/PIG-3658
>             Project: Pig
>          Issue Type: Sub-task
>          Components: tez
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: tez-branch
>
>         Attachments: PIG-3658-1.patch
>
>
> Tez provides way to cache objects with Vertex scope. We can use it to 
>   1) caching the replication join map constructed instead of reading from multiple broadcast inputs from one or more vertex and reconstructing it
>   2) Cache the map in WeightedRangePartitioner. Thought the quantilefile is only one brodcast input from one vertex still it would be faster to use the local cache.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)