Ville Weijo created PIG-3773:
--------------------------------
Summary: 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.11.1, 0.12.0
Reporter: Ville Weijo
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)