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 9DF9B9E86 for ; Sat, 18 Aug 2012 19:36:02 +0000 (UTC) Received: (qmail 324 invoked by uid 500); 18 Aug 2012 19:36:00 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 281 invoked by uid 500); 18 Aug 2012 19:36:00 -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 271 invoked by uid 99); 18 Aug 2012 19:36:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2012 19:36:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Aug 2012 19:35:54 +0000 Received: by obhx4 with SMTP id x4so8992967obh.14 for ; Sat, 18 Aug 2012 12:35:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=ZunT9X3gOoK28SL1IZwAtn13wk9LLJHwsTHH9syG2W0=; b=uVakQD7iMscbCG9/lJLnOnxSeiWt63YHKu5OvIgpFIJRMzkcjhYM5uGKoINWq/lccP oQH/LSN50jsp3F+JRg2F8snQPzl5LHUzdbpWKijZJ/iwPbUAJviYdQWFgmXPLwmW7/2T bLX7urbVQ3Vv/cNZuTON6B+8rjyVoG/U+ErfvQIb9B8/erpB5o4FWBMkmK45gMhBDaG5 AsjijHfR02zph3EGpjFng/Ges6gdj7NlvzfQQLmEI9ppDmo813604Z1r+rspU2cswavj aTcyJ3HYxNqJb2AFbSlCiXH90mBZ2Vx4QD/hbfevIOw1BZnKFEae6NoC/m/pmh7XXe6y wDQw== MIME-Version: 1.0 Received: by 10.182.46.41 with SMTP id s9mr6987981obm.57.1345318533878; Sat, 18 Aug 2012 12:35:33 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.76.25.201 with HTTP; Sat, 18 Aug 2012 12:35:33 -0700 (PDT) In-Reply-To: References: Date: Sat, 18 Aug 2012 12:35:33 -0700 X-Google-Sender-Auth: Bc03Q5qDY2wMn6KXgPw7F4kYnGQ Message-ID: Subject: Re: HBase replication From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Aug 17, 2012 at 5:36 PM, Mohit Anchlia wrote: > Are clients local to slave DC able to read data from HBase slave when > replicating data from one DC to remote DC? Yes. > If not then is there a way to > design such a thing where clients are able to actively read/write from both > DCs? You could do this too. Depends on your zk config (ensemble and where you home the client in the ensemble). St.Ack