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 D5BF2FEDF for ; Thu, 28 Mar 2013 08:22:36 +0000 (UTC) Received: (qmail 40805 invoked by uid 500); 28 Mar 2013 08:22:34 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 40642 invoked by uid 500); 28 Mar 2013 08:22:34 -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 40606 invoked by uid 99); 28 Mar 2013 08:22:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 08:22:33 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.192.180 as permitted sender) Received: from [209.85.192.180] (HELO mail-pd0-f180.google.com) (209.85.192.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 08:22:25 +0000 Received: by mail-pd0-f180.google.com with SMTP id g10so3984573pdj.25 for ; Thu, 28 Mar 2013 01:22:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:x-mailer:from:subject:date :to; bh=csbxLlmTyWmwxyz1u8ELcxTf0FxeaOvpO4TLu1GJR8M=; b=RD5diN1qZ0OoIaWOxMngm5KcE959SLBLXt3/lcx5EYlF/mIwvqGDffSd/mXpr+YAnD a2e2JQtY/L4iscpQgSw7+AKQYe5SJW3ns8ltCAn9gRv07xlulKQ7pL9/qWBiaqrBK6ae IkV1kza0wvx6api46qBmd+iRe3ttk+EN+gvZpINTQ8loKgC0kxpXmY2zVvY4myCiHVMz ms6mZ05zDsZGbmKDb1LJpT7KzSRhkUQHao56UHYmD6gApws1+PHviaZcYO/eAqcQ91R4 WCCT4+CvgFPozUEH2Ctb9mxmnG4+jQjIUwyNSXyQFk2MOG0/xz3cWmDO/q50IeznEGtv 2XMA== X-Received: by 10.66.88.105 with SMTP id bf9mr4868111pab.175.1364458924328; Thu, 28 Mar 2013 01:22:04 -0700 (PDT) Received: from [192.168.0.14] (c-24-130-233-55.hsd1.ca.comcast.net. [24.130.233.55]) by mx.google.com with ESMTPS id i10sm24725921pbd.1.2013.03.28.01.21.55 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Mar 2013 01:22:02 -0700 (PDT) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: Cc: "user@hbase.apache.org" X-Mailer: iPhone Mail (10B146) From: Ted Subject: Re: Load balancing by table Date: Thu, 28 Mar 2013 01:21:53 -0700 To: "user@hbase.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org This feature is absent in 0.92 Please upgrade to 0.94.6 Thanks On Mar 28, 2013, at 12:45 AM, Nurettin =C5=9Eim=C5=9Fek wrote: > Hi, I want to load balance regions by table but in 0.92 version, balancing= > doing by all table in one group. >=20 > Can I use hbase.master.loadbalance.bytable property in 0.92? >=20 > If I can't, how can I load balance regions by table? >=20 > Thanks