You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Ville Weijo (JIRA)" <ji...@apache.org> on 2014/02/20 15:41:19 UTC

[jira] [Updated] (PIG-3773) Grunt ERROR 2017 with RANK and two output paths

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

Ville Weijo updated PIG-3773:
-----------------------------

    Attachment: pig_1392907156669.log

Stack trace

> Grunt ERROR 2017 with RANK and two output paths
> -----------------------------------------------
>
>                 Key: PIG-3773
>                 URL: https://issues.apache.org/jira/browse/PIG-3773
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.12.0, 0.11.1
>            Reporter: Ville Weijo
>         Attachments: pig_1392907156669.log
>
>
> Execution of Pig script
> {code}
> A = LOAD 'input.txt';
> B = RANK A;
> STORE B INTO 'output1.txt';
> STORE A INTO 'output2.txt';
> {code}
> crashes with 
> {code}
> [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2017: Internal error creating job configuration.
> {code}
> If "STORE A INTO 'output2.txt'" is removed, the script works fine. Content of 'input.txt' does not seem to matter much, except it cannot be empty (apparently triggers bug [PIG-3726|https://issues.apache.org/jira/browse/PIG-3726]).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)