Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8425217E3F for ; Sun, 26 Oct 2014 14:00:34 +0000 (UTC) Received: (qmail 65279 invoked by uid 500); 26 Oct 2014 14:00:32 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 65215 invoked by uid 500); 26 Oct 2014 14:00:32 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 65202 invoked by uid 99); 26 Oct 2014 14:00:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2014 14:00:32 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of beeshma48@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-ig0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Oct 2014 14:00:06 +0000 Received: by mail-ig0-f175.google.com with SMTP id uq10so3859494igb.8 for ; Sun, 26 Oct 2014 06:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ptIhgQFhwl0+G8zxn9e6zTUdpUqNpUMPUr4H+n5UlU8=; b=isZUDMpNbQZzYTBTLnJJQjHfExCHEmgkIguvQpb1xMEmqm97fKkWMHmTjaZ51Iew0Q sVkPkRPDV0Ft0dZLKJ55r/gINxJbgQ6QiEqGuEH8y1aIJQQxdHiEZmCuSUIgT6Pyu/Na QkRhEGKeSEMb5hzR/iiF/pxqVFQTXKhbSMA3VKiLwcJK6GvztLx8LV6kdFaP7lDua0YC tuAMB6WEdniNi1kM6fHi4ipLy/8bqDQ6o4pWfVYNQQ2yxt0S0CcxRFVFYpIWq6U8sy8U LNeYX01CwgDGMkgRalMi9EzsjIu2ROtjQLQH2jGzN2PObDgi4BuLbkR2gYNWfkwAVxtL ZLkw== MIME-Version: 1.0 X-Received: by 10.50.43.130 with SMTP id w2mr16103218igl.34.1414331915579; Sun, 26 Oct 2014 06:58:35 -0700 (PDT) Received: by 10.107.156.204 with HTTP; Sun, 26 Oct 2014 06:58:35 -0700 (PDT) In-Reply-To: References: Date: Sun, 26 Oct 2014 06:58:35 -0700 Message-ID: Subject: Re: error in installing and starting hbase From: beeshma r To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=089e0103de4e6c389e050653cfed X-Virus-Checked: Checked by ClamAV on apache.org --089e0103de4e6c389e050653cfed Content-Type: text/plain; charset=UTF-8 hi sean Actually i started habse from correct path *beeshma@ubuntu:~/hbase-0.98.6.1-hadoop2/bin$ ./start-hbase.sh* Error: Could not find or load main class org.apache.hadoop.hbase.util.HBaseConfTool Error: Could not find or load main class org.apache.hadoop.hbase.zookeeper.ZKServerTool starting master, logging to /home/beeshma/hbase/logs/hbase-beeshma-master-ubuntu.out Error: Could not find or load main class org.apache.hadoop.hbase.master.HMaster localhost: starting regionserver, logging to /home/beeshma/hbase-0.98.6.1-hadoop2/bin/../logs/hbase-beeshma-regionserver-ubuntu.out *i fallowed standalone mode* https://hbase.apache.org/book/quickstart.html *beeshma@ubuntu:~/hbase-0.98.6.1-hadoop2/bin$ ./hbase shell* /usr/lib/jruby/lib/ruby/site_ruby/shared/builtin/javasupport/java.rb:51:in `method_missing': cannot load Java class org.apache.hadoop.hbase.HConstants (NameError) from /home/beeshma/hbase/hbase-shell/src/main/ruby/hbase.rb:39 from /home/beeshma/hbase/hbase-shell/src/main/ruby/hbase.rb:105:in `require' from /home/beeshma/hbase/bin/hirb.rb:105 Thanks Beeshma On Sun, Oct 26, 2014 at 6:21 AM, Sean Busbey wrote: > It looks like you're in a home directory, but start-hbase.sh is in your > path. > > What manner of installation did you use? > > -- > Sean > On Oct 26, 2014 6:45 AM, "beeshma r" wrote: > > > Hi Ted > > > > i now trying to install hbase in my ubuntu.i struck here with this > problem > > > > $start-hbase.sh > > > > > Error: Could not find or load main class org.apache.hadoop.hbase.util. > > > HBaseConfTool > > > Error: Could not find or load main class org.apache.hadoop.hbase. > > > zookeeper.ZKServerTool > > > Error: Could not find or load main class org.apache.hadoop.hbase. > > > master.HMaster > > > > I have tried all latest versions but no use > > > > This is *Hbae_sit.xml* > > > > > > > > hbase.rootdir > > file:///home/beesh_hadoop2/hbase > > > > > > hbase.zookeeper.property.dataDir > > /home/beesh_hadoop2/zookeeper > > > > > > > > > > > > Here i attched log > > > -- --089e0103de4e6c389e050653cfed--