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 6E82910D49 for ; Wed, 3 Dec 2014 10:43:49 +0000 (UTC) Received: (qmail 575 invoked by uid 500); 3 Dec 2014 10:22:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 82997 invoked by uid 500); 3 Dec 2014 10:22:21 -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 71020 invoked by uid 99); 3 Dec 2014 09:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Dec 2014 09:59:12 +0000 Date: Wed, 3 Dec 2014 09:59:12 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12618) Add 'Namespace' to headers while displaying user permissions. 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-12618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14232836#comment-14232836 ] Hudson commented on HBASE-12618: -------------------------------- SUCCESS: Integrated in HBase-1.0 #535 (See [https://builds.apache.org/job/HBase-1.0/535/]) HBASE-12618 Add 'Namespace' to headers while displaying user permissions (Ashish Singhi) (matteo.bertozzi: rev 6b8a725191cdc9d6a059633fe860e3ae466fdda8) * hbase-shell/src/main/ruby/shell/commands/user_permission.rb > Add 'Namespace' to headers while displaying user permissions. > ------------------------------------------------------------- > > Key: HBASE-12618 > URL: https://issues.apache.org/jira/browse/HBASE-12618 > Project: HBase > Issue Type: Bug > Reporter: Srikanth Srungarapu > Assignee: Ashish Singhi > Priority: Trivial > Labels: noob > Fix For: 1.0.0, 2.0.0, 0.98.9 > > Attachments: HBASE-12618.patch > > > Right now, the header of user_permission command has missing 'Namespace' > {code} > hbase(main):009:0> user_permission '.*' > User Table,Family,Qualifier:Permission > test hbase,hbase:acl,,: [Permission: actions=ADMIN] > {code} > Ideally, it should be something like this > {code} > hbase(main):009:0> user_permission '.*' > User Namespace,Table,Family,Qualifier:Permission > test hbase,hbase:acl,,: [Permission: actions=ADMIN] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)