Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 64007 invoked from network); 17 Aug 2010 01:03:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Aug 2010 01:03:42 -0000 Received: (qmail 19214 invoked by uid 500); 17 Aug 2010 01:03:42 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 19132 invoked by uid 500); 17 Aug 2010 01:03:41 -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 19124 invoked by uid 99); 17 Aug 2010 01:03:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 01:03:41 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Aug 2010 01:03:38 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7H13He1024448 for ; Tue, 17 Aug 2010 01:03:17 GMT Message-ID: <22451951.384051282006997475.JavaMail.jira@thor> Date: Mon, 16 Aug 2010 21:03:17 -0400 (EDT) From: "Ning Zhang (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1543) set abort in ExecMapper when Hive's record reader got an IOException In-Reply-To: <14188659.374641281989357824.JavaMail.jira@thor> 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-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ning Zhang updated HIVE-1543: ----------------------------- Attachment: HIVE-1543.2_branch0.6.patch Uploading a new patch for branch 0.6. > set abort in ExecMapper when Hive's record reader got an IOException > -------------------------------------------------------------------- > > Key: HIVE-1543 > URL: https://issues.apache.org/jira/browse/HIVE-1543 > Project: Hadoop Hive > Issue Type: Improvement > Reporter: Ning Zhang > Assignee: Ning Zhang > Fix For: 0.6.0 > > Attachments: HIVE-1543.1.patch, HIVE-1543.2_branch0.6.patch, HIVE-1543.patch, HIVE-1543_branch0.6.patch > > > When RecordReader got an IOException, ExecMapper does not know and will close the operators as if there is not error. We should catch this exception and avoid writing partial results to HDFS which will be removed later anyways. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.