Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 30950 invoked from network); 10 Feb 2011 00:17:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Feb 2011 00:17:21 -0000 Received: (qmail 86733 invoked by uid 500); 10 Feb 2011 00:17:21 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 86700 invoked by uid 500); 10 Feb 2011 00:17:21 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 86690 invoked by uid 99); 10 Feb 2011 00:17:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 00:17:21 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Feb 2011 00:17:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 4F6FF19C300 for ; Thu, 10 Feb 2011 00:16:58 +0000 (UTC) Date: Thu, 10 Feb 2011 00:16:58 +0000 (UTC) From: "Tom White (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: <724724700.6770.1297297018321.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (MAPREDUCE-1921) IOExceptions should contain the filename of the broken input files 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/MAPREDUCE-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12992807#comment-12992807 ] Tom White commented on MAPREDUCE-1921: -------------------------------------- We could make this slightly more general by not restricting to FileSplit. By using InputSplit's toString() method we get more information for FileSplit (path plus offset and length), and it works for other InputSplit implementations too. > IOExceptions should contain the filename of the broken input files > ------------------------------------------------------------------ > > Key: MAPREDUCE-1921 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1921 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Reporter: Krishna Ramachandran > Assignee: Krishna Ramachandran > Attachments: mapred-1921-1.patch, mapred-1921-3.patch, mapreduce-1921.patch > > > If bzip or other decompression fails, the IOException does not contain the name of the broken file that caused the exception. > It would be nice if such actions could be avoided in the future by having the name of the files that are broken spelled > out in the exception. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira