Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 29039 invoked from network); 3 Oct 2007 12:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Oct 2007 12:25:44 -0000 Received: (qmail 82523 invoked by uid 500); 3 Oct 2007 12:25:32 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 82176 invoked by uid 500); 3 Oct 2007 12:25:30 -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 82167 invoked by uid 99); 3 Oct 2007 12:25:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 05:25:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Oct 2007 12:25:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A63F571420A for ; Wed, 3 Oct 2007 05:24:50 -0700 (PDT) Message-ID: <31869140.1191414290670.JavaMail.jira@brutus> Date: Wed, 3 Oct 2007 05:24:50 -0700 (PDT) From: "Enis Soztutar (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Updated: (HADOOP-1971) Constructing a JobConf without a class leads to a very misleading error message. In-Reply-To: <32103402.1191120651411.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Enis Soztutar updated HADOOP-1971: ---------------------------------- Fix Version/s: 0.14.2 Issue Type: Improvement (was: Bug) Affects Version/s: (was: 0.13.1) 0.14.2 changing version to 0.14.2. > Constructing a JobConf without a class leads to a very misleading error message. > -------------------------------------------------------------------------------- > > Key: HADOOP-1971 > URL: https://issues.apache.org/jira/browse/HADOOP-1971 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Affects Versions: 0.14.2 > Environment: Centos, java 1.5 > Reporter: Ted Dunning > Assignee: Enis Soztutar > Priority: Minor > Fix For: 0.14.2 > > Attachments: notSetJarError_v1.patch > > > If this line from a typical map/reduce program > JobConf conf = new JobConf(Flatten.class); > has the argument deleted then I get a message that the input format that I specify cannot be found. That message leads a naive user on a rat chase. I only corrected this by bisecting against a working program. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.