You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2009/02/09 22:53:59 UTC

[jira] Commented: (PIG-641) Fragment replicate join does not work in local mode

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

Alan Gates commented on PIG-641:
--------------------------------

The general approach here of rewriting fr join into a standard join in local mode is fine.  But the parser is the wrong place to do this.  We don't want to be doing backend specific operations during parsing.  This should be moved to the local logical to physical translator.

> Fragment replicate join does not work in local mode
> ---------------------------------------------------
>
>                 Key: PIG-641
>                 URL: https://issues.apache.org/jira/browse/PIG-641
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Olga Natkovich
>            Assignee: Shubham Chopra
>         Attachments: 641.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.