Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@minotaur.apache.org Received: (qmail 51638 invoked from network); 22 Jun 2009 18:47:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jun 2009 18:47:19 -0000 Received: (qmail 4448 invoked by uid 500); 22 Jun 2009 18:47:30 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 4411 invoked by uid 500); 22 Jun 2009 18:47:30 -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 4401 invoked by uid 99); 22 Jun 2009 18:47:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 18:47:30 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of saint.ack@gmail.com designates 209.85.221.178 as permitted sender) Received: from [209.85.221.178] (HELO mail-qy0-f178.google.com) (209.85.221.178) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jun 2009 18:47:20 +0000 Received: by qyk8 with SMTP id 8so4264382qyk.5 for ; Mon, 22 Jun 2009 11:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=f67cSSoGkwF/G6BAyNPSjx5De7qdO95s7q6hk1ZVDvg=; b=CQYE7hPiXKCE+X9EC5gkYg4bRy6wQ61wKcnXhPMOKX4tRadN7NkquR+LLDAWaQqDII 1Zl4kmekwHdXPdVdWuAeWxf5O1uEuYHP9NIN0PZk/njWVvGjlmHSlTHKD/LpLKSJ8Xit qC2xv/ditSNl8tdxnLGkSh+kYLQuCfruN8bjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=M0hxKEUvgFGkC+l3UdI6dN6QkWzt2UmH5GmO1WOtibkMduXq4WO4KR4wAGfgbKucTx iHoprSCF1/mLaFa/P0gPMKZ+J7P+o6BKCKAyUOdzxvG+X+w4e2kJqUQstpjo1A3+IFL8 AS74XZBwVZ2VtfXZKJnxrT3gWEUaQ03CvhxTQ= MIME-Version: 1.0 Sender: saint.ack@gmail.com Received: by 10.229.99.66 with SMTP id t2mr1231150qcn.38.1245696417389; Mon, 22 Jun 2009 11:46:57 -0700 (PDT) In-Reply-To: <24152534.post@talk.nabble.com> References: <24152534.post@talk.nabble.com> Date: Mon, 22 Jun 2009 11:46:57 -0700 X-Google-Sender-Auth: 68094b4a3fa6dd36 Message-ID: <7c962aed0906221146u78af50d5sddb4b2ec352c9ffd@mail.gmail.com> Subject: Re: Running programs under HBase 0.20.0 alpha From: stack To: hbase-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016364eeea874de42046cf44c4a X-Virus-Checked: Checked by ClamAV on apache.org --0016364eeea874de42046cf44c4a Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit You have your conf directory on your CLASSPATH? St.Ack On Mon, Jun 22, 2009 at 11:11 AM, llpind wrote: > > Yea I tried putting it in the executable jar, still same exception. Might > be > a java issue. I've got it in the src folder. I tried putting it in the > same > package as main class as well. > > Also when running the .class file i tried pointing to it from Hadoop > classpath env var. Kind of weird it still complains it cant find it. what > am I doing wrong? > > > > Erik Holstad wrote: > > > > Hi Ilpind. > > > > The jar that you are running, does it have access to the to zoo.cfg? If > > not > > you probably need to > > add it to the jar or to your classpath. > > > > Erik > > > > > > -- > View this message in context: > http://www.nabble.com/Running-programs-under-HBase-0.20.0-alpha-tp24152144p24152534.html > Sent from the HBase User mailing list archive at Nabble.com. > > --0016364eeea874de42046cf44c4a--