Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE03818A72 for ; Wed, 30 Sep 2015 22:12:04 +0000 (UTC) Received: (qmail 77859 invoked by uid 500); 30 Sep 2015 22:12:04 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77814 invoked by uid 500); 30 Sep 2015 22:12:04 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 77801 invoked by uid 99); 30 Sep 2015 22:12:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2015 22:12:04 +0000 Date: Wed, 30 Sep 2015 22:12:04 +0000 (UTC) From: "Mikhail Antonov (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-14367) Add normalization support to shell MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14938958#comment-14938958 ] Mikhail Antonov commented on HBASE-14367: ----------------------------------------- [~busbey] thanks for taking a look! Re checkstyle errors.. Some of these checkstyle errors are from following the codestyle used at the particular piece of code (see, for example, ZooKeeperWatcher: L 115). bq. Error design Variable 'regionNormalizerZNode' must be private and have accessor methods. 115 Are the guidelines suggest to follow the proper checkstyle as per checkslyle config in this situation, or to conform with the codestyle around? Just want to confirm. > Add normalization support to shell > ---------------------------------- > > Key: HBASE-14367 > URL: https://issues.apache.org/jira/browse/HBASE-14367 > Project: HBase > Issue Type: Bug > Components: Balancer, shell > Affects Versions: 1.1.2 > Reporter: Lars George > Assignee: Mikhail Antonov > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-14367-branch-1.2.v1.patch, HBASE-14367-branch-1.2.v2.patch, HBASE-14367.patch > > > https://issues.apache.org/jira/browse/HBASE-13103 adds support for setting a normalization flag per {{HTableDescriptor}}, along with the server side chore to do the work. > What is lacking is to easily set this from the shell, right now you need to use the Java API to modify the descriptor. This issue is to add the flag as a known attribute key and/or other means to toggle this per table. -- This message was sent by Atlassian JIRA (v6.3.4#6332)