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 8E1D010A9C for ; Mon, 28 Oct 2013 22:56:31 +0000 (UTC) Received: (qmail 87875 invoked by uid 500); 28 Oct 2013 22:56:31 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 87824 invoked by uid 500); 28 Oct 2013 22:56:31 -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 87808 invoked by uid 500); 28 Oct 2013 22:56:31 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 87802 invoked by uid 99); 28 Oct 2013 22:56:31 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Oct 2013 22:56:31 +0000 Date: Mon, 28 Oct 2013 22:56:31 +0000 (UTC) From: "Aniket Mokashi (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-3549) Print hadoop jobids for failed, killed job 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-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aniket Mokashi updated PIG-3549: -------------------------------- Attachment: PIG-3549.patch Initial attempt to solve this. > Print hadoop jobids for failed, killed job > ------------------------------------------ > > Key: PIG-3549 > URL: https://issues.apache.org/jira/browse/PIG-3549 > Project: Pig > Issue Type: Bug > Affects Versions: 0.12.0 > Reporter: Aniket Mokashi > Fix For: 0.12.1 > > Attachments: PIG-3549.patch > > > It would be better if we dump the hadoop job ids for failed, killed jobs in pig log. Right now, log looks like following- > {noformat} > ERROR org.apache.pig.tools.grunt.Grunt: ERROR 6017: Job failed! Error - NA > INFO org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher: Job job_pigexec_1 killed > {noformat} > From that its hard to say which hadoop job failed if there are multiple jobs running in parallel. -- This message was sent by Atlassian JIRA (v6.1#6144)