Yes, I believe so.
On January 21, 2015 5:40:26 PM "Ted Yu-3 [via Apache HBase]" <[email protected]> wrote: > > > The znode listed below is hbaseid. > > Is that correct ? > > Cheers > > > > > On Jan 21, 2015, at 5:32 PM, Shaun Elliott <[email protected]> wrote: > > > > We're trying to use the built in table copy command to copy from one cluster > > to another: > > > > hbase org.apache.hadoop.hbase.mapreduce.CopyTable > > --peer.adr=host1,host2,host3:2181:/hbase TableName > > > > 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 = 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(RecoverableZooKeeper.java:172) > > at org.apache.hadoop.hbase.zookeeper.ZKUtil.checkExists(ZKUtil.java:450) > > at > > > org.apache.hadoop.hbase.zookeeper.ClusterId.readClusterIdZNode(ClusterId.java:61) > > at org.apache.hadoop.hbase.zookeeper.ClusterId.getId(ClusterId.java:50) > > at org.apache.hadoop.hbase.zookeeper.ClusterId.hasId(ClusterId.java:44) > > > > Zookeeper and HBase are running fine on both clusters. Is there something > > else missing here? > > > > > > > > -- > > View this message in context: > http://apache-hbase.679495.n3.nabble.com/zookeeper-connection-loss-on-table-copy-tp4067774.html > > Sent from the HBase User mailing list archive at Nabble.com. > > > > > _______________________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://apache-hbase.679495.n3.nabble.com/zookeeper-connection-loss-on-table-copy-tp4067774p4067776.html > > To unsubscribe from zookeeper connection loss on table copy, visit > http://apache-hbase.679495.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4067774&code=amF2YW1vbmtleTc5QGdtYWlsLmNvbXw0MDY3Nzc0fDE5MTI5MTM4MA== -- View this message in context: http://apache-hbase.679495.n3.nabble.com/zookeeper-connection-loss-on-table-copy-tp4067774p4067778.html Sent from the HBase User mailing list archive at Nabble.com.
