You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Rohini Palaniswamy (JIRA)" <ji...@apache.org> on 2016/02/10 19:34:18 UTC

[jira] [Updated] (PIG-4690) Union with self replicate join will fail in Tez

     [ https://issues.apache.org/jira/browse/PIG-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohini Palaniswamy updated PIG-4690:
------------------------------------
      Resolution: Fixed
    Hadoop Flags: Reviewed
          Status: Resolved  (was: Patch Available)

Committed to trunk a week back. Just closing now. +1 is in review board - https://reviews.apache.org/r/42709/. Thanks for the review Daniel.

> Union with self replicate join will fail in Tez
> -----------------------------------------------
>
>                 Key: PIG-4690
>                 URL: https://issues.apache.org/jira/browse/PIG-4690
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: 0.16.0
>
>         Attachments: PIG-4690-1.patch, PIG-4690-2.patch, PIG-4690-3.patch
>
>
> Found this while trying to get a reproducible script for a different issue. Not a user reported one, but a possibility nonetheless. 
> A = LOAD 'x';
> B = LOAD 'y';
> C = UNION A, B;
> D = JOIN C, A using 'repl';
> DUMP D;



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