Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 75240 invoked from network); 15 Aug 2008 17:36:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 17:36:53 -0000 Received: (qmail 42869 invoked by uid 500); 15 Aug 2008 17:36:51 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 42850 invoked by uid 500); 15 Aug 2008 17:36:51 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 42839 invoked by uid 99); 15 Aug 2008 17:36:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 10:36:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [63.203.238.117] (HELO dns.duboce.net) (63.203.238.117) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 17:35:54 +0000 Received: by dns.duboce.net (Postfix, from userid 1008) id B2D99C563; Fri, 15 Aug 2008 09:04:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.1.4 (2006-07-26) on dns.duboce.net X-Spam-Level: Received: from durruti.local (durruti.desk.hq.powerset.com [208.84.6.59]) by dns.duboce.net (Postfix) with ESMTP id D5190C518 for ; Fri, 15 Aug 2008 09:04:35 -0700 (PDT) Message-ID: <48A5BE8C.2040908@duboce.net> Date: Fri, 15 Aug 2008 10:36:12 -0700 From: stack User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: hbase-user@hadoop.apache.org Subject: Re: newbie problems initializing hbase from java References: <48A1BF64.40501@duboce.net> <18980730.post@talk.nabble.com> In-Reply-To: <18980730.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.4 yoav.morag wrote: > to summarize the problem : > I recompiled hbase with JDK 6.0. the conflict is probably with the hadoop > 0.17.1 (jdk 5.0) jars that are supplied with > hbase. > > Jars compiled w/ 1.5 should run w/o issue on a 1.6 JVM. Its if you try to go the other way round that you'll have issue. >> yoav.morag wrote: >> >>> hi all - >>> I'm a new (would be) user ,yet I already have a question... it is >>> probably >>> pretty silly, but I couldn't find anything in the FAQ. >>> >>> Wen trying to run the unit tests for 0.2.0 I get the following error >>> :java.io.FileNotFoundException: >>> file:/home/yoav/workspace/hbase-0.2.0/bin/webapps/dfs >>> >>> >> What is your operating system? What is your JVM? Did you do 'ant clean >> jar test'? >> Thinking more on this, are you doing this up in eclipse? If so, order of items on the CLASSPATH is important (Will be less important after HBASE-785 goes in). Here's my eclipse .classpath: St.Ack