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

Daniel Dai updated PIG-3773:
----------------------------
    Fix Version/s:     (was: 0.14.0)
                   0.15.0

> 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
>             Fix For: 0.15.0
>
>         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.3.4#6332)

Reply via email to