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 B0B8A10F9B for ; Wed, 26 Jun 2013 22:49:53 +0000 (UTC) Received: (qmail 24255 invoked by uid 500); 26 Jun 2013 22:49:51 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 24200 invoked by uid 500); 26 Jun 2013 22:49:51 -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 24192 invoked by uid 99); 26 Jun 2013 22:49:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 22:49:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cerebrotecnologico@gmail.com designates 209.85.212.44 as permitted sender) Received: from [209.85.212.44] (HELO mail-vb0-f44.google.com) (209.85.212.44) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Jun 2013 22:49:47 +0000 Received: by mail-vb0-f44.google.com with SMTP id e15so37926vbg.31 for ; Wed, 26 Jun 2013 15:49:26 -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=L9hmSeTReESJVOTYXrnOEHdjYwi6GbYYW/x/1Qtl1/s=; b=OCCFchwHzKLgL73TX03trcAWFgmnzxKhJS7ELqWc5HQ+VLlCdcQnYIqrdn4lxUW4B8 vW4Ctbrv0L26qNh0YQHdW6AxhWtC1/Z7alPsBneBMYQ9M7tQkRmTYtt5tFYWmIpRvL58 V9qL+iezcF8wuRPEw672LJ/t0A2clPnz7F4IoL1n/mh9yja7wBowL4cv7EA6CromdlPJ oUPnOvpT+BnprPOWNZ6sJfIm2iOm7j1WVbHdHKxQ5IaLo1q8QSc7gmMPo7TwLtrKddd8 pxu1Q2TAU4bEWHlxsE1CoHEQ5VMM+YbGoRaI8z9I/m+b6GYBjLkHxcNpcU2rXhg0cfKm gIAg== MIME-Version: 1.0 X-Received: by 10.220.87.208 with SMTP id x16mr2560181vcl.9.1372286966758; Wed, 26 Jun 2013 15:49:26 -0700 (PDT) Received: by 10.58.86.194 with HTTP; Wed, 26 Jun 2013 15:49:26 -0700 (PDT) In-Reply-To: References: Date: Wed, 26 Jun 2013 15:49:26 -0700 Message-ID: Subject: Re: Installing HBase, what jar files from Hadoop need to match? From: Tecno Brain To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=047d7b3a87502f051904e016753b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b3a87502f051904e016753b Content-Type: text/plain; charset=ISO-8859-1 Thank you Tariq and JM. I didn't have to replace any files. I was able to run HBase in top of HDFS following (partially) the instructions for pseudo-distributed mode. I only had to change the port number to match the one used by my "namenode" in the file hbase-site.xml -Jorge On Wed, Jun 26, 2013 at 12:48 PM, Mohammad Tariq wrote: > Hello there, > > I don't think it is necessary anymore. It was the case for older > versions of hadoop and hbase. Both these projects are much more mature now > and work perfectly well without any jar transfer from one to another. But > if you still face nay problem try copying hadoop-core and commons > collections into hbase/lib folder should be enough. > > And as JM has said you don't need any of this if you intend to work in > standalone mode. > > Warm Regards, > Tariq > cloudfront.blogspot.com > > > On Thu, Jun 27, 2013 at 12:52 AM, Jean-Marc Spaggiari < > jean-marc@spaggiari.org> wrote: > > > Hi, > > > > If you try to run hbase in a standalone mode, you don't need anything. > > > > Download the tar.gz, export JAVA_HOME and run bin/start-hbase.sh ... > > > > JM > > > > 2013/6/26 Tecno Brain : > > > I'm trying to install HBase 0.94.8 just for testing purposes on a > single > > > node Hadoop cluster running on a Mac OS X with Hadoop 1.1.2 ( Pig > 0.11.1 > > + > > > Hive 0.11.0 ) > > > > > > I found the following paragraph in the HBase documentation: > > > > > > "Because HBase depends on Hadoop, it bundles an instance of the > > Hadoop > > > jar under its lib directory. The bundled jar is ONLY for use in > > standalone > > > mode. In distributed mode, it is critical that the version of Hadoop > that > > > is out on your cluster match what is under HBase. Replace the hadoop > jar > > > found in the HBase lib directory with the hadoop jar you are running on > > > your cluster to avoid version mismatch issues. Make sure you replace > the > > > jar in HBase everywhere on your cluster. Hadoop version mismatch issues > > > have various manifestations but often all looks like its hung up." > > > > > > I am not sure what JAR files is referring to. > > > Is it core-3.1.1.jar ? > > > > > > > > > -Jorge > > > > > > $ ls -l hadoop-1.1.2/lib > > > > > > asm-3.2.jar > > > aspectjrt-1.6.11.jar > > > aspectjtools-1.6.11.jar > > > commons-beanutils-1.7.0.jar > > > commons-beanutils-core-1.8.0.jar > > > commons-cli-1.2.jar > > > commons-codec-1.4.jar > > > commons-collections-3.2.1.jar > > > commons-configuration-1.6.jar > > > commons-daemon-1.0.1.jar > > > commons-digester-1.8.jar > > > commons-el-1.0.jar > > > commons-httpclient-3.0.1.jar > > > commons-io-2.1.jar > > > commons-lang-2.4.jar > > > commons-logging-1.1.1.jar > > > commons-logging-api-1.0.4.jar > > > commons-math-2.1.jar > > > commons-net-3.1.jar > > > core-3.1.1.jar > > > hadoop-capacity-scheduler-1.1.2.jar > > > hadoop-fairscheduler-1.1.2.jar > > > hadoop-thriftfs-1.1.2.jar > > > hsqldb-1.8.0.10.LICENSE.txt > > > hsqldb-1.8.0.10.jar > > > jackson-core-asl-1.8.8.jar > > > jackson-mapper-asl-1.8.8.jar > > > jasper-compiler-5.5.12.jar > > > jasper-runtime-5.5.12.jar > > > jdeb-0.8.jar > > > jdiff > > > jersey-core-1.8.jar > > > jersey-json-1.8.jar > > > jersey-server-1.8.jar > > > jets3t-0.6.1.jar > > > jetty-6.1.26.jar > > > jetty-util-6.1.26.jar > > > jsch-0.1.42.jar > > > jsp-2.1 > > > junit-4.5.jar > > > kfs-0.2.2.jar > > > kfs-0.2.LICENSE.txt > > > log4j-1.2.15.jar > > > mockito-all-1.8.5.jar > > > oro-2.0.8.jar > > > servlet-api-2.5-20081211.jar > > > slf4j-api-1.4.3.jar > > > slf4j-log4j12-1.4.3.jar > > > xmlenc-0.52.jar > > > --047d7b3a87502f051904e016753b--