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 A20811093D for ; Mon, 1 Dec 2014 11:59:53 +0000 (UTC) Received: (qmail 28279 invoked by uid 500); 1 Dec 2014 11:59:51 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 28197 invoked by uid 500); 1 Dec 2014 11:59: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 28186 invoked by uid 99); 1 Dec 2014 11:59:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 11:59:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bharathv@cloudera.com designates 209.85.218.43 as permitted sender) Received: from [209.85.218.43] (HELO mail-oi0-f43.google.com) (209.85.218.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 11:59:26 +0000 Received: by mail-oi0-f43.google.com with SMTP id a3so7318988oib.16 for ; Mon, 01 Dec 2014 03:59:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=BnDX+sKXv+yXqZFyDL78R6k4b/i4gpJpUPcnn5pmU48=; b=bSxiXmOw+AKVvecoa7v3hlhg5cr9/RfJd0PRyxEYuGJF0Pc1FXvo3/51A+9A50dFSA MoB4KiJIUYZuQ63DVbdq4jfIFy/2d8uSXg/c5NHRwmRPDRZ3GLo/u0RDWl+GGSaYw0cs nqhJigD3QRAe+846pY/SC0VMOa+v5Qnx+9zgvY72KXqBsP3ZVK6PgDh+cwbx98s+Aee+ eHmeVPxkihQpX9QTlTMfUuxpuAPkLagmuT+gbcBVfJf/oGtAQF4heOfZ6Ge8g9Mnvd13 wSH3cvGaGDzQXR1uCuyl7Lrbl5RNNCqLfu7o8JQfNlCOboHQrmAnhJq6aU9lEeJyjPic 6MvA== X-Gm-Message-State: ALoCoQmkQKKkQto4vPstOI6s83mBUcSNW+jfcJ2uCA4hJ3vA49FQ0LcdAgnKm43Z4f3sRi+ZgFZC X-Received: by 10.182.130.162 with SMTP id of2mr34811762obb.52.1417435165100; Mon, 01 Dec 2014 03:59:25 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.170.69 with HTTP; Mon, 1 Dec 2014 03:59:04 -0800 (PST) In-Reply-To: References: From: Bharath Vissapragada Date: Mon, 1 Dec 2014 17:29:04 +0530 Message-ID: Subject: Re: HBase - Zookeeper Error. To: hbase-user Cc: jaidishhariraj.pm@tcs.com Content-Type: multipart/alternative; boundary=089e013cbb2c82215205092657a2 X-Virus-Checked: Checked by ClamAV on apache.org --089e013cbb2c82215205092657a2 Content-Type: text/plain; charset=UTF-8 Did you propagate the following config to all regionservers and clients? zookeeper.znode.parent /hbase-unsecure On Mon, Dec 1, 2014 at 12:06 PM, wrote: > Hi, > > I am using Hadoop 2.5.1 and HBase 0.98.8. > > I an getting the following error when I give some command in hbase shell, > I am using internal zookeeper. > > 2014-12-01 20:02:19,282 ERROR [main] > client.HConnectionManager$HConnectionImplementation: The node /hbase is > not in ZooKeeper. It should have been written by the master. Check the > value configured in 'zookeeper.znode.parent'. There could be a mismatch > with the one configured in the master. > > Find my hbase-site.xml below. > > > > > > > hbase.rootdir > hdfs://172.20.189.44:8020/hbase > > > hbase.cluster.distributed > true > > > dfs.replication > 1 > > > hbase.tmp.dir > /home/hbase/hbase-data > > > hbase.regionserver.info.bindAddress > 0.0.0.0 > > > hbase.regionserver.dns.nameserver > 172.20.189.44 > > > hbase.coprocessor.region.classes > > org.apache.hadoop.hbase.coprocessor.AggregateImplementation > > > hbase.zookeeper.property.dataDir > /home/hbase/zookeeper > > > > hbase.zookeeper.property.clientPort > 2181 > > > > hbase.zookeeper.quorum > 172.20.189.44 > > > zookeeper.znode.parent > /hbase-unsecure > > > > Appricating any help. > > Thanks & Regards > Dhamodharan Ramalingam > =====-----=====-----===== > Notice: The information contained in this e-mail > message and/or attachments to it may contain > confidential or privileged information. If you are > not the intended recipient, any dissemination, use, > review, distribution, printing or copying of the > information contained in this e-mail message > and/or attachments to it are strictly prohibited. If > you have received this communication in error, > please notify us by reply e-mail or telephone and > immediately and permanently delete the message > and any attachments. Thank you > > > -- Bharath Vissapragada --089e013cbb2c82215205092657a2--