[
https://issues.apache.org/jira/browse/PIG-3773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy resolved PIG-3773.
-------------------------------------
Resolution: Duplicate
Fix Version/s: (was: 0.15.0)
0.14.0
This should be fixed by PIG-3985
> 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.14.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)