You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Koji Noguchi (JIRA)" <ji...@apache.org> on 2016/12/12 23:08:59 UTC

[jira] [Resolved] (PIG-5073) Skip e2e Limit_5 test for Tez

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

Koji Noguchi resolved PIG-5073.
-------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 0.17.0

Thanks for the review Daniel, Rohini! 

Committed {{pig-5073-v02.patch}} to trunk.

> Skip e2e Limit_5 test for Tez
> -----------------------------
>
>                 Key: PIG-5073
>                 URL: https://issues.apache.org/jira/browse/PIG-5073
>             Project: Pig
>          Issue Type: Test
>            Reporter: Koji Noguchi
>            Assignee: Koji Noguchi
>            Priority: Trivial
>             Fix For: 0.17.0
>
>         Attachments: pig-5073-v01.patch, pig-5073-v02.patch
>
>
> E2E test Limit_5 tests
> {code}
> a = load ':INPATH:/singlefile/studenttab10k';
> b = load ':INPATH:/singlefile/votertab10k';
> a1 = foreach a generate $0, $1;
> b1 = foreach b generate $0, $1;
> c = union a1, b1;
> d = limit c 100;
> store d into ':OUTPATH:';
> {code}
> but with Tez, this test result is not stable in that optimization may pick just one of the input. 



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