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 355B0114CA for ; Tue, 22 Jul 2014 06:10:07 +0000 (UTC) Received: (qmail 23298 invoked by uid 500); 22 Jul 2014 06:10:05 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 23229 invoked by uid 500); 22 Jul 2014 06:10:05 -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 23201 invoked by uid 99); 22 Jul 2014 06:10:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 06:10:04 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vkjk89@gmail.com designates 209.85.213.174 as permitted sender) Received: from [209.85.213.174] (HELO mail-ig0-f174.google.com) (209.85.213.174) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2014 06:09:59 +0000 Received: by mail-ig0-f174.google.com with SMTP id c1so3667228igq.7 for ; Mon, 21 Jul 2014 23:09:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=gS+g5qpzRZjUMBavmx63bTU/DcrdStRuXlcGWFZS+tE=; b=S5/KcNkGZS2l6pfvNuwz8U+NMrKoU+ZMPxhnbIfh2OJAK1lpAUiJHrEOM5fGoVa65w K7H0KioeCQ5GvqSjcM5Bv69oolIt8TB0eIYaQxTl1c6mQAIy3/hnu+5QB770cmVF+Iod abl7dfZ3i2EKlLfQG7OZZJD0R+IcE6OCSJS8PrfhvgUWbw++goMAwNGqqCnZjq4wksT5 R1KL1as/X8CAIr6l1xu/MXJ1D2pPgKiVLDfy9tTnAXJQanO2TN1oQCVjTkriJQnAHdTH 72Xf0RDnFPNwKxDj2SJNQ3ThwQaE/ckwDSQDpWl1cPzBjRJb2GTeun/Buqo/vnBvj2Ux s97Q== MIME-Version: 1.0 X-Received: by 10.42.110.79 with SMTP id o15mr20331626icp.42.1406009378949; Mon, 21 Jul 2014 23:09:38 -0700 (PDT) Received: by 10.64.87.230 with HTTP; Mon, 21 Jul 2014 23:09:38 -0700 (PDT) In-Reply-To: References: Date: Tue, 22 Jul 2014 11:39:38 +0530 Message-ID: Subject: Re: Replication in Hbase From: Vimal Jain To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=485b397dd03d9553d604fec211ce X-Virus-Checked: Checked by ClamAV on apache.org --485b397dd03d9553d604fec211ce Content-Type: text/plain; charset=UTF-8 One more info , After putting some data in master cluster , i am getting below in its regionserver log. 2014-07-22 11:38:14,032 INFO org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Getting 1 rs from peer cluster # 1 2014-07-22 11:38:14,032 INFO org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Choosing peer XYZ,60020,1406009110004 2014-07-22 11:38:15,032 DEBUG org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Since we are unable to replicate, sleeping 1000 times 10 where XYZ is my slave cluster's machine. On Tue, Jul 22, 2014 at 11:21 AM, Vimal Jain wrote: > Hi, > I have 2 Hbase clusters setup in different data center. > Both are configured in pseudo-distributed mode. > I followed the steps in Hbase Replication > > . > But i am getting following logs in master cluster's region server log. > > 2014-07-22 11:19:19,186 DEBUG > org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Opening > log for replication ip-10-14-24-19%2C60020%2C1405945008796.1406006236991 at > 134 > 2014-07-22 11:19:19,193 DEBUG > org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: > currentNbOperations:0 and seenEntries:0 and size: 0 > 2014-07-22 11:19:19,193 DEBUG > org.apache.hadoop.hbase.replication.regionserver.ReplicationSource: Nothing > to replicate, sleeping 1000 times 10 > > > What i am missing here ? > Also in one of the requirements mentioned in the above post , it says > zookeeper should not be managed by Hbase.But i have Hbase managing > zookeeper in both clusters. > > > Please help here. > Basically , i want to copy all data from one cluster to another which are > geographically distant. > > > -- > Thanks and Regards, > Vimal Jain > -- Thanks and Regards, Vimal Jain --485b397dd03d9553d604fec211ce--