Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 46801 invoked from network); 29 Dec 2010 08:36:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Dec 2010 08:36:54 -0000 Received: (qmail 37398 invoked by uid 500); 29 Dec 2010 08:36:52 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 37101 invoked by uid 500); 29 Dec 2010 08:36:51 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 37093 invoked by uid 99); 29 Dec 2010 08:36:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Dec 2010 08:36:50 +0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=RCVD_DOUBLE_IP_LOOSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [87.193.196.100] (HELO mail1.postdirekt.de) (87.193.196.100) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Dec 2010 08:36:46 +0000 Received: from S03BO006.postdirekt.loc (unknown [172.22.233.4]) by mail1.postdirekt.de (Postfix) with ESMTP id 3676D16F6F0 for ; Wed, 29 Dec 2010 09:36:25 +0100 (CET) Received: from [172.22.233.4] by [87.193.196.98] with ESMTP; Wed, 29 Dec 2010 09:50:42 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: ClassNotFoundException Date: Wed, 29 Dec 2010 09:36:23 +0100 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ClassNotFoundException Thread-Index: AcumqozinwC9uC/0QSezKdkqSfF5NwAiNldg References: From: "Cavus,M.,Fa. Post Direkt" To: Could you give me the command Harsh? -----Original Message----- From: Harsh J [mailto:qwertymaniac@gmail.com]=20 Sent: Tuesday, December 28, 2010 5:15 PM To: common-user@hadoop.apache.org Subject: Re: ClassNotFoundException In your job driving class (WordCount as per that command), have you specified the jar by calling the Job.setJarByClass() [or on Stable API, JobConf.setJarByClass()]? I'm not sure if hadoop.util.RunJar automatically sends the jar across for distribution to TaskTrackers. On Tue, Dec 28, 2010 at 8:27 PM, Cavus,M.,Fa. Post Direkt wrote: > Hi, > > I process this command: ./hadoop jar /home/userme/hd.jar > org.postdirekt.hadoop.WordCount gutenberg gutenberberg-output > > --=20 Harsh J www.harshj.com