You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Nandor Kollar (JIRA)" <ji...@apache.org> on 2017/03/01 13:54:45 UTC

[jira] [Updated] (PIG-5164) MultiQuery_Union_3 is failing with spark exec type

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

Nandor Kollar updated PIG-5164:
-------------------------------
    Description: 
Outputs are different:
first output
{code}
diff MultiQuery_Union_3.out/1/out_sorted MultiQuery_Union_3_benchmark.out/1/out_sorted
0a1
> {(,,,,)}	12110.0
6c7
< {(alice falkner,,,,)}	19007.0
---
> {(alice falkner,24,0.81,,911.81)}	6897.0
{code}

the second output is entirely different:
{code}
diff <(head -n 5 MultiQuery_Union_3.out/2/out_sorted) <(head -n 5 MultiQuery_Union_3_benchmark.out/2/out_sorted)
1,5c1,5
< {(alice allen,69,1.95,socialist,499.63)}	2422.0
< {(alice brown,76,1.52,socialist,791.95)}	10575.0
< {(alice carson,66,1.01,socialist,421.71)}	2445.0
< {(alice davidson,72,0.25,socialist,347.66)}	5104.0
< {(alice ellison,67,1.96,socialist,557.02)}	2737.0
---
> {(,,3.97,,)}	12110.0
> {(alice allen,46,1.71,green,766.16)}	2422.0
> {(alice brown,23,0.79,,917.19)}	10575.0
> {(alice carson,24,1.49,democrat,607.27)}	2445.0
> {(alice davidson,,0.66,,491.80)}	5104.0
{code}


  was:
Outputs are different:
{code}
diff MultiQuery_Union_3.out/1/out_sorted MultiQuery_Union_3_benchmark.out/1/out_sorted
0a1
> {(,,,,)}	12110.0
6c7
< {(alice falkner,,,,)}	19007.0
---
> {(alice falkner,24,0.81,,911.81)}	6897.0
{code}


> MultiQuery_Union_3 is failing with spark exec type
> --------------------------------------------------
>
>                 Key: PIG-5164
>                 URL: https://issues.apache.org/jira/browse/PIG-5164
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: Nandor Kollar
>             Fix For: spark-branch
>
>
> Outputs are different:
> first output
> {code}
> diff MultiQuery_Union_3.out/1/out_sorted MultiQuery_Union_3_benchmark.out/1/out_sorted
> 0a1
> > {(,,,,)}	12110.0
> 6c7
> < {(alice falkner,,,,)}	19007.0
> ---
> > {(alice falkner,24,0.81,,911.81)}	6897.0
> {code}
> the second output is entirely different:
> {code}
> diff <(head -n 5 MultiQuery_Union_3.out/2/out_sorted) <(head -n 5 MultiQuery_Union_3_benchmark.out/2/out_sorted)
> 1,5c1,5
> < {(alice allen,69,1.95,socialist,499.63)}	2422.0
> < {(alice brown,76,1.52,socialist,791.95)}	10575.0
> < {(alice carson,66,1.01,socialist,421.71)}	2445.0
> < {(alice davidson,72,0.25,socialist,347.66)}	5104.0
> < {(alice ellison,67,1.96,socialist,557.02)}	2737.0
> ---
> > {(,,3.97,,)}	12110.0
> > {(alice allen,46,1.71,green,766.16)}	2422.0
> > {(alice brown,23,0.79,,917.19)}	10575.0
> > {(alice carson,24,1.49,democrat,607.27)}	2445.0
> > {(alice davidson,,0.66,,491.80)}	5104.0
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)