Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 83647 invoked from network); 4 Apr 2006 14:46:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 14:46:29 -0000 Received: (qmail 31056 invoked by uid 500); 4 Apr 2006 14:46:29 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 31032 invoked by uid 500); 4 Apr 2006 14:46:28 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 31023 invoked by uid 99); 4 Apr 2006 14:46:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 07:46:28 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of d.zbik@softwaremind.pl designates 62.233.162.146 as permitted sender) Received: from [62.233.162.146] (HELO mail.softwaremind.pl) (62.233.162.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 07:46:27 -0700 Received: from localhost (localhost.softwaremind.pl [127.0.0.1]) by mail.softwaremind.pl (Postfix) with ESMTP id E887428453 for ; Tue, 4 Apr 2006 16:46:05 +0200 (CEST) Received: from mail.softwaremind.pl ([127.0.0.1]) by localhost (server.softwaremind.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 41684-09 for ; Tue, 4 Apr 2006 16:45:56 +0200 (CEST) Received: from [193.203.246.180] (unknown [193.203.246.180]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.softwaremind.pl (Postfix) with ESMTP id 3B22F2842C for ; Tue, 4 Apr 2006 16:45:55 +0200 (CEST) Message-ID: <443286A0.2010100@softwaremind.pl> Date: Tue, 04 Apr 2006 15:45:52 +0100 From: Darek Zbik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 X-Accept-Language: en-us, en, pl MIME-Version: 1.0 To: hadoop-dev@lucene.apache.org Subject: Re: svn commit: r390260 - /lucene/hadoop/trunk/src/java/org/apache/hadoop/mapred/MapReduceBase.java References: <20060330222235.98730.qmail@minotaur.apache.org> <44324F14.1020403@getopt.org> In-Reply-To: <44324F14.1020403@getopt.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mail.softwaremind.pl X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Andrzej Bialecki wrote: > Shouldn't this method throw an IOException, as it is declared in > Closeable? It is possible to add IOExcpetion to JobConfigurable.configure() either? Currently there is no possibility to inform hadoop that something is wrong in configure inside map/reduce? darek