Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 70918 invoked from network); 10 Feb 2006 00:12:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Feb 2006 00:12:50 -0000 Received: (qmail 72350 invoked by uid 500); 10 Feb 2006 00:12:50 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 72294 invoked by uid 500); 10 Feb 2006 00:12:49 -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 72285 invoked by uid 99); 10 Feb 2006 00:12:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 16:12:49 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [216.145.54.172] (HELO mrout2.yahoo.com) (216.145.54.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2006 16:12:48 -0800 Received: from [207.126.231.161] (oom-mac.corp.yahoo.com [207.126.231.161]) by mrout2.yahoo.com (8.13.4/8.13.4/y.out) with ESMTP id k1A0C06Q003935 for ; Thu, 9 Feb 2006 16:12:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=mime-version:in-reply-to:references:content-type:message-id: content-transfer-encoding:from:subject:date:to:x-mailer; b=28IaqMTYzsV/hyMXDH9O9zG6Ts/CSI3GVomVxNLAsSJ3g0lZfWwbERaZrvyoyfzs Mime-Version: 1.0 (Apple Message framework v623) In-Reply-To: <20060209234941.58934.qmail@minotaur.apache.org> References: <20060209234941.58934.qmail@minotaur.apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3bdc26a3d818a4059098f821a9a7c5a9@yahoo-inc.com> Content-Transfer-Encoding: 7bit From: "Owen O'Malley" Subject: Re: svn commit: r376492 - /lucene/hadoop/trunk/src/java/org/apache/hadoop/mapred/JobConf.java Date: Thu, 9 Feb 2006 16:12:03 -0800 To: hadoop-dev@lucene.apache.org X-Mailer: Apple Mail (2.623) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Actually, I liked the first fix for the java 1.4 problem better (489 rather than 492), since it was shorter and more concise. Furthermore, I think that it is a serious mistake to mask the problem of not finding the jar file. For map/reduce, the application will fail without the jar set. Having it fail at the right spot in the driver is much better than having it fail in the task tracker with Class Not Found. -- Owen