Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 53244 invoked from network); 5 Apr 2008 06:04:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Apr 2008 06:04:08 -0000 Received: (qmail 69545 invoked by uid 500); 5 Apr 2008 06:04:08 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 69514 invoked by uid 500); 5 Apr 2008 06:04:08 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 69505 invoked by uid 99); 5 Apr 2008 06:04:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 23:04:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Apr 2008 06:03:25 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2187B234C0AD for ; Fri, 4 Apr 2008 23:01:31 -0700 (PDT) Message-ID: <247199465.1207375291123.JavaMail.jira@brutus> Date: Fri, 4 Apr 2008 23:01:31 -0700 (PDT) From: "Xu Zhang (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-194) Exit code as logged in the task log does not match actual one In-Reply-To: <1049702828.1207375165437.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xu Zhang updated PIG-194: ------------------------- Attachment: PigLoggingTest_fp_exception > Exit code as logged in the task log does not match actual one > -------------------------------------------------------------- > > Key: PIG-194 > URL: https://issues.apache.org/jira/browse/PIG-194 > Project: Pig > Issue Type: Bug > Reporter: Xu Zhang > Attachments: PigLoggingTest_fp_exception > > > The actually exit code of PigLoggingTest_fp_exception when it is executed from the shell command line is 136 (run the executable and then get the exit code with "echo $?" on the command line). However, if a Pig script like the following is run, the task logs as shown in the task's UI incorrectly list the exit code as -127. > {code} > define X `PigLoggingTest_fp_exception 10 f` ship('./cplusplus/PigLoggingTest_fp_exception'); > A = load '/user/pig/tests/data/singlefile/studenttab10k' as (name, age, gpa); > B = stream A through X; > store B into 'results_n_30'; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.