Return-Path: Delivered-To: apmail-hbase-user-archive@www.apache.org Received: (qmail 55469 invoked from network); 16 Mar 2011 15:01:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Mar 2011 15:01:47 -0000 Received: (qmail 13646 invoked by uid 500); 16 Mar 2011 15:01:46 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 13485 invoked by uid 500); 16 Mar 2011 15:01:46 -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 13477 invoked by uid 99); 16 Mar 2011 15:01:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2011 15:01:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of qwertymaniac@gmail.com designates 209.85.161.41 as permitted sender) Received: from [209.85.161.41] (HELO mail-fx0-f41.google.com) (209.85.161.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Mar 2011 15:01:41 +0000 Received: by fxm18 with SMTP id 18so2258479fxm.14 for ; Wed, 16 Mar 2011 08:01:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type:content-transfer-encoding; bh=ApXh70vzozpzJplYJjsgGsxzu2DGnOfTZZ6BmebYhKc=; b=IXRsiMocE6Y+I8FoXzTDGBTOcURfP460IW++UZc15dS9ON2nh6YXgGemopzxn4QbYT +TX/wVH7Dqc0Dwvty/kIcNwboODRZdVWURfC9oEdTRvN5q5uomAAh4bEo9luTdZZlNJg DlK2lVNMLubPvdg63tNK8ejR0c2rsnDw8afNk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=RL31qVzFMOYVlsmT/+wRnM/NZY5NjZmlET9s9d29YeDsAFfAy2wy9LXhY6ky+dMhAB M1dfdvvJrwXwwQkmXP4ZigJMJKaaRNip2XhB55j/Qwoo9qD4c7tPyqpe1L8g8E8dK8EB YDTNYSiP1gHIPrREJ8jLXozoLCXmrho/wb7U4= Received: by 10.223.127.14 with SMTP id e14mr78502fas.97.1300287460889; Wed, 16 Mar 2011 07:57:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.123.139 with HTTP; Wed, 16 Mar 2011 07:56:11 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Wed, 16 Mar 2011 20:26:11 +0530 Message-ID: Subject: Re: Hbase without hadoop To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable A compatible version of hadoop-core jar is provided along in the lib/ directory of the archived HBase download. My Cloudera CDH3B4 HBase tar, for instance, has the CDH3B4 Hadoop packed along (and the 0.90.1 Apache release has an appropriate 0.20-append built jar packed along. On Wed, Mar 16, 2011 at 7:19 PM, Sumeet M Nikam wrote= : > > Hi, > > I am new to hbase and trying to write first POJO to access hbase table, > please bear with my query it seems to be very simple but i am not able to > find the answer myself. I am using the sample code in api. > > Configuration config =3D HBaseConfiguration.create(); > HTable table =3D new HTable(config, "myLittleHBaseTable"); > ..... > > Used hbase-0.90.1 jar in class path, the strange thing i found is > Configuration[org.apache.hadoop.conf.Configuration > ] class is not in jar. so is it that the case that I need to add hadoop j= ar > in class path as well, =A0I very well undesrtand that hbase and hadoop go > hand in hand, is that the reason the configuration class is not included = in > hbase 0.90.1 distribution? > > > --=20 Harsh J http://harshj.com