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 E13D8117DF for ; Sat, 26 Apr 2014 03:19:34 +0000 (UTC) Received: (qmail 9270 invoked by uid 500); 26 Apr 2014 03:19:32 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 8703 invoked by uid 500); 26 Apr 2014 03:19:29 -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 8247 invoked by uid 99); 26 Apr 2014 03:19:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Apr 2014 03:19:25 +0000 Date: Sat, 26 Apr 2014 03:19:25 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10892) [Shell] Add support for globs in user_permission 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-10892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13981861#comment-13981861 ] Hudson commented on HBASE-10892: -------------------------------- SUCCESS: Integrated in HBase-0.98 #296 (See [https://builds.apache.org/job/HBase-0.98/296/]) HBASE-10892 [Shell] Add support for globs in user_permission (Esteban Gutierrez) (apurtell: rev 1590173) * /hbase/branches/0.98/hbase-shell/src/main/ruby/hbase/security.rb * /hbase/branches/0.98/hbase-shell/src/main/ruby/shell/commands/user_permission.rb > [Shell] Add support for globs in user_permission > ------------------------------------------------ > > Key: HBASE-10892 > URL: https://issues.apache.org/jira/browse/HBASE-10892 > Project: HBase > Issue Type: Improvement > Components: shell > Affects Versions: 0.99.0 > Reporter: Esteban Gutierrez > Assignee: Esteban Gutierrez > Fix For: 0.99.0, 0.98.2 > > Attachments: HBASE-10892.v0.diff, HBASE-10892.v1.patch > > > It would be nice for {{user_permission}} to show all the permissions for all the tables or a subset of tables if a glob (regex) is provided. > {code} > hbase> user_permission '*' > User Table,Family,Qualifier:Permission > esteban x,,: [Permission: actions=READ,WRITE,EXEC,CREATE,ADMIN] > hbase1 y,,: [Permission: actions=READ,WRITE] > hbase2 z,,: [Permission: actions=READ,WRITE] > {code} -- This message was sent by Atlassian JIRA (v6.2#6252)