Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 34205 invoked from network); 16 Jun 2010 02:16:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Jun 2010 02:16:35 -0000 Received: (qmail 11859 invoked by uid 500); 16 Jun 2010 02:16:34 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 11756 invoked by uid 500); 16 Jun 2010 02:16:33 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 11746 invoked by uid 99); 16 Jun 2010 02:16:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 02:16:33 +0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of momina.azam@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vw0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jun 2010 02:16:27 +0000 Received: by vws4 with SMTP id 4so7720020vws.35 for ; Tue, 15 Jun 2010 19:16:06 -0700 (PDT) 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=T8+ZhJFp4Y2sDaw4Up/nFCbOjcg86qcew58iK1z+rRU=; b=VrDX0OEiGwYhydmFKDbmU09N6Vjv1+d7he3AbFQ0LdfYRBvLzskXDWsbMOMVSvbETG xBe8771A+kQzTMV84vxczfy4Gy5XOcmxgG7l7chy23xD13TUIdbwP7Nh/Dfk4hHIZKJ3 SUo2qf0Jev0tF+9nNC/BR3QIT2C9VSZfECmpY= 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=rrm314WGAjJzs96id09pi4nZjgOx9gG8nG3f9UgDKlhqr2Umh0WPxPZCpiFXE/HGdD sV3BYeoqfNBbWKclF+LT17hxXaQM2nougHIBhkiF318m0He+NTa/yHgFmkYeNUJMZpq9 TySaG8Jp9uVXKsvGD5tgwS47CDF0YlsOkqdv0= MIME-Version: 1.0 Received: by 10.224.71.222 with SMTP id i30mr3690651qaj.285.1276654566196; Tue, 15 Jun 2010 19:16:06 -0700 (PDT) Received: by 10.229.52.29 with HTTP; Tue, 15 Jun 2010 19:16:06 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Jun 2010 08:16:06 +0600 Message-ID: Subject: trouble kick starting thriftfs From: momina khan To: common-dev@hadoop.apache.org, Amogh Vasekar Content-Type: multipart/alternative; boundary=00c09f8992d7eb483f04891c4d0b --00c09f8992d7eb483f04891c4d0b 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 --00c09f8992d7eb483f04891c4d0b--