Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 86955 invoked from network); 16 Oct 2009 05:56:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Oct 2009 05:56:55 -0000 Received: (qmail 77695 invoked by uid 500); 16 Oct 2009 05:56:55 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 77667 invoked by uid 500); 16 Oct 2009 05:56:55 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 77657 invoked by uid 99); 16 Oct 2009 05:56:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2009 05:56:55 +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, 16 Oct 2009 05:56:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 59A92234C045 for ; Thu, 15 Oct 2009 22:56:31 -0700 (PDT) Message-ID: <1343451876.1255672591351.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 22:56:31 -0700 (PDT) From: "Zheng Shao (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-873) Better error messages for Hive cmdline In-Reply-To: <1757741686.1255395692134.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/HIVE-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766428#action_12766428 ] Zheng Shao commented on HIVE-873: --------------------------------- hive-873-2009-10-15.patch: I tried it. It does not work now. > Better error messages for Hive cmdline > -------------------------------------- > > Key: HIVE-873 > URL: https://issues.apache.org/jira/browse/HIVE-873 > Project: Hadoop Hive > Issue Type: New Feature > Reporter: Zheng Shao > Attachments: hive-873-2009-10-15.patch > > > Currently, we are facing a lot of questions of Hive users because they cannot directly see what is the error causing the job to fail. > We should expose that information to our user so that they can understand why their job failed easily. > There are the 2 possible ways to get the error information: > {code} > RunningJob JobClient.submitJob(); > TaskCompletionEvent[] RunningJob.getTaskCompletionEvents() > TaskCompletionEvent.getTaskTrackerHttp() > {code} > {code} > TaskReport[] JobClient.getMapTaskReports(); > {code} > We can edit ExecDriver.java and put that in after we submit a job. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.