You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2014/04/14 18:12:18 UTC

[jira] [Commented] (TEZ-1051) Global sort is not working (order by) Pig over Tez

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

Hitesh Shah commented on TEZ-1051:
----------------------------------

[~naagachowdary] Could you provide more details on how you are using Pig? I am going to move this jira over to the Pig project for now assuming it could be a bug in Pig's implementation of how it uses Tez. Please feel free to create a separate jira for Tez if this issue points to an bug in the underlying framework.

> Global sort is not working (order by) Pig over Tez
> --------------------------------------------------
>
>                 Key: TEZ-1051
>                 URL: https://issues.apache.org/jira/browse/TEZ-1051
>             Project: Apache Tez
>          Issue Type: Bug
>         Environment: Linux
>            Reporter: Nagamallikarjuna
>            Priority: Minor
>              Labels: Global, pig, sort, tez
>
> I tried to run pig scripts on top of Apache Tez. I am getting the following exception while running global sort (order by operator).
> org.apache.pig.impl.logicalLayer.FrontendException: ERROR 1066: Unable to open iterator for alias orddata
>         at org.apache.pig.PigServer.openIterator(PigServer.java:880)
>         at org.apache.pig.tools.grunt.GruntParser.processDump(GruntParser.java:774)
>         at org.apache.pig.tools.pigscript.parser.PigScriptParser.parse(PigScriptParser.java:372)
>         at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:198)
>         at org.apache.pig.tools.grunt.GruntParser.parseStopOnError(GruntParser.java:173)
>         at org.apache.pig.tools.grunt.Grunt.run(Grunt.java:69)
>         at org.apache.pig.Main.run(Main.java:541)
>         at org.apache.pig.Main.main(Main.java:156)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:601)
>         at org.apache.hadoop.util.RunJar.main(RunJar.java:212)
> Caused by: java.io.IOException: Couldn't retrieve job.
>         at org.apache.pig.PigServer.store(PigServer.java:944)
>         at org.apache.pig.PigServer.openIterator(PigServer.java:855)
>         ... 12 more



--
This message was sent by Atlassian JIRA
(v6.2#6252)