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 5926910F77 for ; Wed, 30 Apr 2014 04:03:28 +0000 (UTC) Received: (qmail 73141 invoked by uid 500); 30 Apr 2014 04:03:23 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 73096 invoked by uid 500); 30 Apr 2014 04:03:22 -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 72977 invoked by uid 99); 30 Apr 2014 04:03:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Apr 2014 04:03:21 +0000 Date: Wed, 30 Apr 2014 04:03:21 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10611) Description for hbase:acl table is wrong on master-status#catalogTables 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-10611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13985138#comment-13985138 ] Hudson commented on HBASE-10611: -------------------------------- ABORTED: Integrated in HBase-TRUNK #5125 (See [https://builds.apache.org/job/HBase-TRUNK/5125/]) HBASE-10611 Description for hbase:acl table is wrong on master-status#catalogTables (Rekha Joshi) (tedyu: rev 1591070) * /hbase/trunk/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.jamon > Description for hbase:acl table is wrong on master-status#catalogTables > ----------------------------------------------------------------------- > > Key: HBASE-10611 > URL: https://issues.apache.org/jira/browse/HBASE-10611 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Ted Yu > Assignee: Rekha Joshi > Priority: Minor > Labels: patch > Fix For: 0.99.0, 0.98.2 > > Attachments: HBASE-10611.1.patch, HBASE-10611.1.patch, HBASE-10611.2.patch > > > On master-status#catalogTables, I see: > hbase:acl The .NAMESPACE. table holds information about namespaces. > In MasterStatusTmpl.jamon, we have: > {code} > if (tableName.equals(TableName.META_TABLE_NAME)){ > description = "The hbase:meta table holds references to all User Table regions"; > } else { > description = "The .NAMESPACE. table holds information about namespaces."; > } > {code} > The above check doesn't cover hbase:acl table. -- This message was sent by Atlassian JIRA (v6.2#6252)