Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A983172FD for ; Fri, 10 Oct 2014 20:40:35 +0000 (UTC) Received: (qmail 69562 invoked by uid 500); 10 Oct 2014 20:40:35 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 69507 invoked by uid 500); 10 Oct 2014 20:40:35 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 69492 invoked by uid 500); 10 Oct 2014 20:40:35 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 69489 invoked by uid 99); 10 Oct 2014 20:40:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Oct 2014 20:40:35 +0000 Date: Fri, 10 Oct 2014 20:40:34 +0000 (UTC) From: "Rohini Palaniswamy (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (PIG-3773) Grunt ERROR 2017 with RANK and two output paths MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)