Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 83518 invoked from network); 18 Sep 2009 18:39:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Sep 2009 18:39:38 -0000 Received: (qmail 76561 invoked by uid 500); 18 Sep 2009 18:39:38 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 76544 invoked by uid 500); 18 Sep 2009 18:39:38 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 76534 invoked by uid 99); 18 Sep 2009 18:39:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2009 18:39:38 +0000 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; Fri, 18 Sep 2009 18:39:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C48F6234C4A9 for ; Fri, 18 Sep 2009 11:39:16 -0700 (PDT) Message-ID: <1932320367.1253299156803.JavaMail.jira@brutus> Date: Fri, 18 Sep 2009 11:39:16 -0700 (PDT) From: "Daniel Dai (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Commented: (PIG-948) [Usability] Relating pig script with MR jobs In-Reply-To: <1102867507.1252359537587.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-948?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757330#action_12757330 ] Daniel Dai commented on PIG-948: -------------------------------- If Hadoop expose it, then there is no problem to include. But I don't think Hadoop expose this construction. I agree it is minimal to maintain and useful to many users. What I concern is to put undocumented Hadoop features into Pig code. I do not object to that, but I feel I need more inputs because we break a convention. How does other developers feel? > [Usability] Relating pig script with MR jobs > -------------------------------------------- > > Key: PIG-948 > URL: https://issues.apache.org/jira/browse/PIG-948 > Project: Pig > Issue Type: Improvement > Components: impl > Reporter: Ashutosh Chauhan > Assignee: Ashutosh Chauhan > Priority: Minor > Attachments: pig-948.patch > > > Currently its hard to find a way to relate pig script with specific MR job. In a loaded cluster with multiple simultaneous job submissions, its not easy to figure out which specific MR jobs were launched for a given pig script. If Pig can provide this info, it will be useful to debug and monitor the jobs resulting from a pig script. > At the very least, Pig should be able to provide user the following information > 1) Job id of the launched job. > 2) Complete web url of jobtracker running this job. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.