You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mb...@apache.org on 2014/12/03 09:30:31 UTC

[2/3] hbase git commit: HBASE-12618 Add 'Namespace' to headers while displaying user permissions (Ashish Singhi)

HBASE-12618 Add 'Namespace' to headers while displaying user permissions (Ashish Singhi)


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6b8a7251
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6b8a7251
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/6b8a7251

Branch: refs/heads/branch-1
Commit: 6b8a725191cdc9d6a059633fe860e3ae466fdda8
Parents: 6a0c4f3
Author: Matteo Bertozzi <ma...@cloudera.com>
Authored: Wed Dec 3 08:26:37 2014 +0000
Committer: Matteo Bertozzi <ma...@cloudera.com>
Committed: Wed Dec 3 08:26:52 2014 +0000

----------------------------------------------------------------------
 hbase-shell/src/main/ruby/shell/commands/user_permission.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/6b8a7251/hbase-shell/src/main/ruby/shell/commands/user_permission.rb
----------------------------------------------------------------------
diff --git a/hbase-shell/src/main/ruby/shell/commands/user_permission.rb b/hbase-shell/src/main/ruby/shell/commands/user_permission.rb
index 57d83be..5d8bf8a 100644
--- a/hbase-shell/src/main/ruby/shell/commands/user_permission.rb
+++ b/hbase-shell/src/main/ruby/shell/commands/user_permission.rb
@@ -37,7 +37,7 @@ EOF
         #format_simple_command do
         #admin.user_permission(table_regex)
         now = Time.now
-        formatter.header(["User", "Table,Family,Qualifier:Permission"])
+        formatter.header(["User", "Namespace,Table,Family,Qualifier:Permission"])
 
         count = security_admin.user_permission(table_regex) do |user, permission|
           formatter.row([ user, permission])