Return-Path: Delivered-To: apmail-hadoop-mapreduce-dev-archive@minotaur.apache.org Received: (qmail 5259 invoked from network); 17 Jun 2010 15:43:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Jun 2010 15:43:21 -0000 Received: (qmail 58476 invoked by uid 500); 17 Jun 2010 15:43:21 -0000 Delivered-To: apmail-hadoop-mapreduce-dev-archive@hadoop.apache.org Received: (qmail 58296 invoked by uid 500); 17 Jun 2010 15:43:20 -0000 Mailing-List: contact mapreduce-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-dev@hadoop.apache.org Delivered-To: mailing list mapreduce-dev@hadoop.apache.org Delivered-To: moderator for mapreduce-dev@hadoop.apache.org Received: (qmail 32169 invoked by uid 99); 17 Jun 2010 02:33:31 -0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of momina.azam@gmail.com designates 209.85.213.176 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=+DQVkP5mZExah9bMpSClGqCb1Cczc/NUcLMvZSfvQ9k=; b=r2zqAY69T2VXFTuHmF9xYZ5gSUHXgQPDzmAqcJnjbpNo2pbAwstPOHjc3OrYtTTSzL Fvr3neOzW0v4V8KVT0cSO6UtmROPLyWBYwRrTjl+Vtp1Dd31YU7J+W6Z08czU2gt1G8O K5iGAmEcpWx017YzBT8AphJj9WnlbSULtv3y8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=GK2oyTOktXWMcm3rdmwil6KoYPkM9B80LjVTbgnEwiTicrthKJlhQXlgWxcheCcYjM 4u7oHTU+pEuWSYWvYpCHNh5Y2XiniTiW3SEh5kZhI/RL+7PBN1+pdDpWZRp3ecQB0X0K uShGsQONeRkGP6ieiR4pY40eKmyfb9lz8Gcag= MIME-Version: 1.0 In-Reply-To: References: Date: Thu, 17 Jun 2010 08:33:01 +0600 Message-ID: Subject: trouble kick starting thriftfs From: momina khan To: mapreduce-dev@hadoop.apache.org Content-Type: multipart/alternative; boundary=00c09f92356840c121048930a8e2 X-Virus-Checked: Checked by ClamAV on apache.org --00c09f92356840c121048930a8e2 Content-Type: text/plain; charset=ISO-8859-1 hi! i have to use HDFS in my python project and am trying to use thriftfs for it but i cant seem to launch the HadoopThriftServer via the start_thrift_server.sh script i keep getting this error Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/hadoop/thriftfs/HadoopThriftServer Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.thriftfs.HadoopThriftServer at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:319) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:264) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332) Could not find the main class: org.apache.hadoop.thriftfs.HadoopThriftServer. Program will exit. it says on the internet one place that path to conf must be made part of the classpath and some place else that some jars that should be included by the script are not part of some hadoop distros ... i have tried running the script with hadoop-0.20.2 and hadoop-0.19.2 same error! plz help .... am stuck at the initial phase cant move on to actual HDFS interaction! thanks in anticipation! momina --00c09f92356840c121048930a8e2--