Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-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 98F1E7CC6 for ; Wed, 12 Oct 2011 23:51:39 +0000 (UTC) Received: (qmail 6405 invoked by uid 500); 12 Oct 2011 23:51:33 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 6102 invoked by uid 500); 12 Oct 2011 23:51:33 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 6093 invoked by uid 500); 12 Oct 2011 23:51:32 -0000 Delivered-To: apmail-hadoop-core-user@hadoop.apache.org Received: (qmail 6090 invoked by uid 500); 12 Oct 2011 23:51:32 -0000 Delivered-To: apmail-lucene-hadoop-user@lucene.apache.org Received: (qmail 6087 invoked by uid 99); 12 Oct 2011 23:51:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 23:51:32 +0000 X-ASF-Spam-Status: No, hits=3.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.125.82.176] (HELO mail-wy0-f176.google.com) (74.125.82.176) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2011 23:51:26 +0000 Received: by wyg10 with SMTP id 10so1893147wyg.35 for ; Wed, 12 Oct 2011 16:51:06 -0700 (PDT) Received: by 10.216.134.80 with SMTP id r58mr376525wei.63.1318463464112; Wed, 12 Oct 2011 16:51:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.13.141 with HTTP; Wed, 12 Oct 2011 16:50:34 -0700 (PDT) In-Reply-To: References: <1318390192608-3414658.post@n3.nabble.com> <89C34ECA-66F4-4873-BAD1-4FBD85693251@websoft.com> <8D8B44AE-FEBE-433A-8BC6-BC5DE34957F1@websoft.com> From: Matt Foley Date: Wed, 12 Oct 2011 16:50:34 -0700 Message-ID: Subject: Re: Hbase with Hadoop To: common-user@hadoop.apache.org Cc: hadoop-user@lucene.apache.org Content-Type: multipart/alternative; boundary=0016e6d7e9796d81d104af22b214 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6d7e9796d81d104af22b214 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Hi Jignesh, Not clear what's going on with your ZK, but as a starting point, the hsync/flush feature in 205 was implemented with an on-off switch. Make sur= e you've turned it on by setting *dfs.support.append *to true in the hdfs-site.xml config file. Also, are you installing Hadoop with security turned on or off? I'll gather some other config info that should help. --Matt On Wed, Oct 12, 2011 at 1:47 PM, Jignesh Patel wrote: > When I tried to run Hbase 0.90.4 with hadoop-.0.20.205.0 I got following > error > > Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase shell > HBase Shell; enter 'help' for list of supported commands. > Type "exit" to leave the HBase Shell > Version 0.90.4, r1150278, Sun Jul 24 15:53:29 PDT 2011 > > hbase(main):001:0> status > > ERROR: org.apache.hadoop.hbase.ZooKeeperConnectionException: HBase is abl= e > to connect to ZooKeeper but the connection closes immediately. This could= be > a sign that the server has too many connections (30 is the default). > Consider inspecting your ZK server logs for that error and then make sure > you are reusing HBaseConfiguration as often as you can. See HTable's java= doc > for more information. > > > And when I tried to stop Hbase I continuously sees dot being printed and = no > sign of stopping it. Not sure why it just simply stop it. > > stopping > hbase....................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= .....................................=85. > > > On Oct 12, 2011, at 3:19 PM, Jignesh Patel wrote: > > > The new plugin works after deleting eclipse and reinstalling it. > > On Oct 12, 2011, at 2:39 PM, Jignesh Patel wrote: > > > >> I have installed Hadoop-0.20.205.0 but when I replace the hadoop > 0.20.204.0 eclipse plugin with the 0.20.205.0, eclipse is not recognizing > it. > >> > >> -Jignesh > >> On Oct 12, 2011, at 12:31 PM, Vinod Gupta Tankala wrote: > >> > >>> its free and open source too.. basically, their releases are ahead of > public > >>> releases of hadoop/hbase - from what i understand, major bug fixes an= d > >>> enhancements are checked in to their branch first and then eventually > make > >>> it to public release branches. > >>> > >>> thanks > >>> > >>> On Wed, Oct 12, 2011 at 9:26 AM, Jignesh Patel > wrote: > >>> > >>>> Sorry to here that. > >>>> Is CDH3 is a open source or a paid version? > >>>> > >>>> -jignesh > >>>> On Oct 12, 2011, at 11:58 AM, Vinod Gupta Tankala wrote: > >>>> > >>>>> for what its worth, i was in a similar situation/dilemma few days a= go > and > >>>>> got frustrated figuring out what version combination of hadoop/hbas= e > to > >>>> use > >>>>> and how to build hadoop manually to be compatible with hbase. the > build > >>>>> process didn't work for me either. > >>>>> eventually, i ended up using cloudera distribution and i think it > saved > >>>> me a > >>>>> lot of headache and time. > >>>>> > >>>>> thanks > >>>>> > >>>>> On Tue, Oct 11, 2011 at 8:29 PM, jigneshmpatel < > jigneshmpatel@gmail.com > >>>>> wrote: > >>>>> > >>>>>> Matt, > >>>>>> Thanks a lot. Just wanted to have some more information. If hadoop > >>>>>> 0.2.205.0 > >>>>>> voted by the community members then will it become major release? > And > >>>> what > >>>>>> if it is not approved by community members. > >>>>>> > >>>>>> And as you said I do like to use 0.90.3 if it works. If it is ok, > can > >>>> you > >>>>>> share the deails of those configuration changes? > >>>>>> > >>>>>> -Jignesh > >>>>>> > >>>>>> -- > >>>>>> View this message in context: > >>>>>> > >>>> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.ht= ml > >>>>>> Sent from the Hadoop lucene-users mailing list archive at > Nabble.com. > >>>>>> > >>>> > >>>> > >> > > > > --0016e6d7e9796d81d104af22b214--