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 4DB2D17962 for ; Thu, 22 Jan 2015 01:40:13 +0000 (UTC) Received: (qmail 60877 invoked by uid 500); 22 Jan 2015 01:40:11 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 60811 invoked by uid 500); 22 Jan 2015 01:40:11 -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 60799 invoked by uid 99); 22 Jan 2015 01:40:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 01:40:11 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.192.172 as permitted sender) Received: from [209.85.192.172] (HELO mail-pd0-f172.google.com) (209.85.192.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jan 2015 01:39:45 +0000 Received: by mail-pd0-f172.google.com with SMTP id v10so31837619pde.3 for ; Wed, 21 Jan 2015 17:39:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:mime-version:subject :message-id:date:references:in-reply-to:to; bh=oaox0T3aY6JJ5Av6NmPXJ72zjnZWW2yVttt8JxL9CPw=; b=l6AaRd6MSsVxgYhizunekgGu9EpzIAzzaEHlGpBlO6r9iJ+buZNlDvEvSMs/SEoDNe d1IzTM2ZqbLn1u88WywuBljp3Nu/tGQvV+ipmp4sINNzvgD3CVNIQirfepTGdWnqOLKk hu3wH18vLbawYIWscarJEvRuvghrwHu+Jx6Rmt3nPb9ULAV9ceYWgwGyF3P7ndTRS5S1 jTG1JjSFra3deDlbF+JgUhism4/xqokRJzwelCnbS3Gu7FfuaRIBBHUt14bj1Qr5P1Wx pJFqBO1khfMnQlkprOpEtGoPSeFt+8EtbHANpQGVl0nORFpKfgFEeaP4fr718iGe3YqR GwGw== X-Received: by 10.70.41.231 with SMTP id i7mr66192120pdl.102.1421890783506; Wed, 21 Jan 2015 17:39:43 -0800 (PST) Received: from [10.14.3.144] (outbound.hortonworks.com. [192.175.27.2]) by mx.google.com with ESMTPSA id le6sm7453301pab.33.2015.01.21.17.39.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 21 Jan 2015 17:39:42 -0800 (PST) From: Ted Yu Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) Subject: Re: zookeeper connection loss on table copy Message-Id: <9172720A-571D-4EE0-8ECE-D0DD1C3AFCE3@gmail.com> Date: Wed, 21 Jan 2015 17:39:40 -0800 References: <1421890342406-4067774.post@n3.nabble.com> In-Reply-To: <1421890342406-4067774.post@n3.nabble.com> To: "user@hbase.apache.org" X-Mailer: iPhone Mail (12B440) X-Virus-Checked: Checked by ClamAV on apache.org The znode listed below is hbaseid.=20 Is that correct ? Cheers > On Jan 21, 2015, at 5:32 PM, Shaun Elliott wrote:= >=20 > We're trying to use the built in table copy command to copy from one clust= er > to another: >=20 > hbase org.apache.hadoop.hbase.mapreduce.CopyTable > --peer.adr=3Dhost1,host2,host3:2181:/hbase TableName >=20 > But we're getting the following error: > 2015-01-21 17:10:01,017 ERROR > org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher: hconnection Received > unexpected KeeperException, re-throwing exception > org.apache.zookeeper.KeeperException$ConnectionLossException: > KeeperErrorCode =3D ConnectionLoss for /hbase/hbaseid > at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)= > at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)= > at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1041) > at > org.apache.hadoop.hbase.zookeeper.RecoverableZooKeeper.exists(RecoverableZ= ooKeeper.java:172) > at org.apache.hadoop.hbase.zookeeper.ZKUtil.checkExists(ZKUtil.java:450= ) > at > org.apache.hadoop.hbase.zookeeper.ClusterId.readClusterIdZNode(ClusterId.j= ava:61) > at org.apache.hadoop.hbase.zookeeper.ClusterId.getId(ClusterId.java:50)= > at org.apache.hadoop.hbase.zookeeper.ClusterId.hasId(ClusterId.java:44)= >=20 > Zookeeper and HBase are running fine on both clusters. Is there something > else missing here? >=20 >=20 >=20 > -- > View this message in context: http://apache-hbase.679495.n3.nabble.com/zoo= keeper-connection-loss-on-table-copy-tp4067774.html > Sent from the HBase User mailing list archive at Nabble.com.