Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 12E6D8D4B for ; Fri, 9 Sep 2011 03:53:05 +0000 (UTC) Received: (qmail 28066 invoked by uid 500); 9 Sep 2011 03:53:04 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 27531 invoked by uid 500); 9 Sep 2011 03:53:00 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 27509 invoked by uid 99); 9 Sep 2011 03:52:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 03:52:55 +0000 X-ASF-Spam-Status: No, hits=1.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vamshi2105@gmail.com designates 209.85.213.41 as permitted sender) Received: from [209.85.213.41] (HELO mail-yw0-f41.google.com) (209.85.213.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 03:52:47 +0000 Received: by ywm13 with SMTP id 13so1637407ywm.14 for ; Thu, 08 Sep 2011 20:52:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=JgVBztZZGpx/2IBouJ33dQGi3FC/XoZogyAZv0AMS24=; b=KuQu55KeM8Kugr5l6DBfU2dXLVlc450Lj2iOcYtbvTJmlnATqcdFiT2/j+/AOLN4x6 XSWkt9PAiwEXyhMjKBz2oFaKR6kOXjXfjZ9QG7lu3lB6wf4lgVIhDxNI/FmeECXjd+3b K5H+Q4zv9vNmB3hV/pWR0CROLzgGk0q6i9GcY= MIME-Version: 1.0 Received: by 10.236.119.164 with SMTP id n24mr9106456yhh.115.1315540346721; Thu, 08 Sep 2011 20:52:26 -0700 (PDT) Received: by 10.236.109.167 with HTTP; Thu, 8 Sep 2011 20:52:26 -0700 (PDT) Date: Fri, 9 Sep 2011 09:22:26 +0530 Message-ID: Subject: integrate hbase over hadoop in eclipse IDE From: vamshi krishna To: dev@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf3010e3850dd65304ac7a1b31 X-Virus-Checked: Checked by ClamAV on apache.org --20cf3010e3850dd65304ac7a1b31 Content-Type: text/plain; charset=ISO-8859-1 Hi all, i am trying to change hbase code and rebuilt it, for that i already built hadoop code successfully in eclipse IDE(helios). i am using ubuntu 10.04, hadoop 0.20.203 and i cheked out hbase code from the link mentioned in the hbase book( http://svn.apache.org/repos/asf/hbase/trunk ) after that i did the following Added the $HBASE_HOME/conf directory to the CLASSPATH in eclipse: Project Properites -> Java Build Path -> Libraries -> Add Class Folder. and i also added jars: the project's properties dialog, in Java Build Path -> Libraries, click Add External Jars , selected {HADOOP_HOME}/hadoop-0.20.203-core.jar , {HADOOP_HOME}/lib/commons-logging-api-1.0.4.jar, {HADOOP_HOME}/lib/log4j-1.2.15.jar . But i could not find lib direcctory in the checked out code of hbase, i.e i couldn't find the {HBASE_HOME}/lib. And more over i could not find the 2 jars ,zookeeper-3.2.2.jar, hadoop-core.jar in the hbase code. *Infact there are no jar files in the hbase code checked out.* Am i following correct steps or should i do some thing else? please can anyone help? -- *Regards* * Vamshi Krishna * --20cf3010e3850dd65304ac7a1b31--