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 3863FD82E for ; Mon, 8 Oct 2012 13:43:44 +0000 (UTC) Received: (qmail 98962 invoked by uid 500); 8 Oct 2012 13:43:42 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 98886 invoked by uid 500); 8 Oct 2012 13:43:41 -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 98876 invoked by uid 99); 8 Oct 2012 13:43:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 13:43:41 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Oct 2012 13:43:35 +0000 Received: by mail-ob0-f169.google.com with SMTP id va7so4263553obc.14 for ; Mon, 08 Oct 2012 06:43:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=rIL9BbZz9YT+CX3/cQY4XIvLuMHSTPnfoxBXP08W5is=; b=A3A2gMtWHm9SxgujQuxlQLdeBC91PTJ2yhbsQSk33dmjHKnFS3kjecf21m8dwCEUjK 4WQ5usEaEpoCDohWJ3WuOm3fBhbtGEkXJ9xUA5yM/BJN1sdUzTI707FmcwsNvdS0XcxK /kEWbGDtnyhLcqJpbHtCXantFn+WBUQfe0UoOhvrePWfovIuP+nTiuDiqvlmjnVRbKIT f/EsnK3v2xx6Q2oyU6dvIsTOahJ0FGxKi3geaw60KkeZgv3OtnpQVK9cV2fXiEL6KaA/ IQ5BfVlLsRzqEakbO7LnFn/Rbs7h+qwu7Tb5TUDY7ieBLlW5CJR0knKRvVPyXVER+0u6 EnkQ== MIME-Version: 1.0 Received: by 10.182.64.14 with SMTP id k14mr124183obs.72.1349703794474; Mon, 08 Oct 2012 06:43:14 -0700 (PDT) Received: by 10.76.12.170 with HTTP; Mon, 8 Oct 2012 06:43:14 -0700 (PDT) Date: Mon, 8 Oct 2012 19:13:14 +0530 Message-ID: Subject: Zookeeper error in case of multinode hbase cluster From: Bharadwaj Yadati To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=14dae93a18f938bf6704cb8c6782 X-Gm-Message-State: ALoCoQlRN7LJlLsSz0Ajd97KHPKzFCzVcagaiiqx+EgSra1LZPXeJIh3IgNSz9GGxaBTvdZJ+bgm X-Virus-Checked: Checked by ClamAV on apache.org --14dae93a18f938bf6704cb8c6782 Content-Type: text/plain; charset=ISO-8859-1 Hi, I created 2 node hbase cluster with master and a slave .When i try to list the tables present in hbase from master and slave , its working fine .But ,if i tried scaning the table or creating a new table or scanning after this, i 'm getting the following errors error 1: (in master) 12/10/08 18:53:31 ERROR zookeeper.RecoverableZooKeeper: ZooKeeper exists failed after 3 retries 12/10/08 18:53:31 WARN zookeeper.ZKUtil: hconnection Unable to set watcher on znode /hbase/master --- error 2 :(in master) ERROR: org.apache.hadoop.hbase.MasterNotRunningException: Retried 7 times error 3 : ( in slave ) ERROR: org.apache.hadoop.hbase. PleaseHoldException: org.apache.hadoop.hbase.PleaseHoldException: Master is initializing Here is some help for this command: Create table; pass table name, a dictionary of specifications per column family, and optionally a dictionary of table configuration. Dictionaries are described below in the GENERAL NOTES section. My zookeeper configuration in hbase-env.sh is export HBASE_MANAGES_ZK=true Please help me out in solving it . Thanks, Bharadwaj --14dae93a18f938bf6704cb8c6782--