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 18AA668AB for ; Mon, 13 Jun 2011 16:39:02 +0000 (UTC) Received: (qmail 29589 invoked by uid 500); 13 Jun 2011 16:39:00 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 29546 invoked by uid 500); 13 Jun 2011 16:39: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 29538 invoked by uid 99); 13 Jun 2011 16:39:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 16:39:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of saint.ack@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qy0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Jun 2011 16:38:54 +0000 Received: by qyk2 with SMTP id 2so1157005qyk.14 for ; Mon, 13 Jun 2011 09:38:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=mZcl26kh8JRvTcID+5QxROcW+l0WQgz3UKXdSzRfBKs=; b=Jle7yLR0ka+kboUoZblhu7oXVSg28wjq6YnAg/vfbuxjnKJklvesTOOErZOPvWFNG5 QrPsrHpjmcFNcTF1XezCRchYAKFQ0LjPC08VjLei5BkrevSOhyexrmdSUYZGeQyrFoRE nPnWtBxNMPpZU7z1zc5S1Rioz30GZnWTbVx5M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=mFz2CJtGF0K6cf/8kcv2AUwAsnyXf20gpx+axbowEXku7mVKMkLSmAqG8x230mknMX hEE3yZX7HrRijlbBb6k36dmkhXHWVpVhDB7hN7p7iMUW5QbdRSFjn3eG/UBn/nzmuIUa XiWPPjJdEq3YMyOcYX0xugqdIf9y08V3ob0as= MIME-Version: 1.0 Received: by 10.224.209.198 with SMTP id gh6mr3856568qab.391.1307983113451; Mon, 13 Jun 2011 09:38:33 -0700 (PDT) Sender: saint.ack@gmail.com Received: by 10.224.19.135 with HTTP; Mon, 13 Jun 2011 09:38:33 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Jun 2011 09:38:33 -0700 X-Google-Sender-Auth: -pUUMdU-Z6P724TWmgjfuj4VdL4 Message-ID: Subject: Re: Logical Division of Hbase Cluster From: Stack To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, Jun 13, 2011 at 6:29 AM, Shuja Rehman wrote= : > I have a question about logical division of hbase cluster, means dividing > the region servers w.r.t =A0tables. This means that If I have let say 10 > computers in cluster then table t1,t2 should be handled by c1,c3,c7 regio= n > servers and all data related to these tables should be placed on these > servers and table t3,t6 should be handled by rest of servers. The goal is= to > distribute specific data to specific region servers. SO is it possible to > do? If yes then how? and if No then what other approach can be use? > Not possible currently. I'll spare asking you why you would want to do this. You'd need to insert your own balancing algorithm. St.Ack