Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 91505DD63 for ; Tue, 13 Nov 2012 17:22:17 +0000 (UTC) Received: (qmail 80639 invoked by uid 500); 13 Nov 2012 17:22:14 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 80580 invoked by uid 500); 13 Nov 2012 17:22:14 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 80542 invoked by uid 500); 13 Nov 2012 17:22:14 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 80532 invoked by uid 99); 13 Nov 2012 17:22:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 17:22:14 +0000 Date: Tue, 13 Nov 2012 17:22:14 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: <269497823.108872.1352827334761.JavaMail.jiratomcat@arcas> In-Reply-To: <1482977645.69384.1340922523893.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HIVE-3215) JobDebugger should use RunningJob.getTrackingURL 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/HIVE-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13496348#comment-13496348 ] Hudson commented on HIVE-3215: ------------------------------ Integrated in Hive-trunk-h0.21 #1794 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1794/]) HIVE-3215 : JobDebugger should use RunningJob.getTrackingURL (Bhushan Mandhani via Ashutosh Chauhan) (Revision 1408803) Result = FAILURE hashutosh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1408803 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/HadoopJobExecHelper.java * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/JobDebugger.java > JobDebugger should use RunningJob.getTrackingURL > ------------------------------------------------- > > Key: HIVE-3215 > URL: https://issues.apache.org/jira/browse/HIVE-3215 > Project: Hive > Issue Type: Bug > Components: CLI, Diagnosability > Reporter: Ramkumar Vadali > Assignee: Bhushan Mandhani > Priority: Minor > Fix For: 0.10.0 > > Attachments: HIVE-3215.2.patch, HIVE-3215.3.patch.txt, HIVE-3215.4.patch.txt, HIVE-3215.5.patch.txt, HIVE-3215.patch > > > When a MR job fails, the JobDebugger tries to construct the job tracker URL by connecting to the job tracker, but that is better done by using RunningJob#getTrackingURL. > Also, it tries to construct URLs to the tasks, which is not reliable, because the job could have been retired and the URL would not work. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira