I just did a fresh checkout of master
(0f8894cd6435ed6962ec3d7c81be4cb0d4f7657e), and seems to works for me:
$ mvn clean install -DskipTests assembly:single
$ tar xzvf hbase-assembly/target/hbase-2.0.0-SNAPSHOT-bin.tar.gz
$ export HBASE_HOME=`pwd`/hbase-2.0.0-SNAPSHOT/
$ export PATH=$HBASE_HOME/bin:$PATH
$ vim hbase-2.0.0-SNAPSHOT/conf/hbase-site.xml (set the AccessController
coprocessor)
$ hbase shell

hbase(main):001:0> grant 'foo', 'C'
0 row(s) in 0.4070 seconds

hbase(main):002:0> user_permission
User                                       Table,Family,Qualifier:Permission
foo                                       hbase,hbase:acl,,: [Permission:
actions=CREATE]

Matteo


On Thu, Nov 27, 2014 at 3:07 PM, ashish singhi <[email protected]>
wrote:

> Hi all.
>
> I have updated hbase-server, hbase-client, hbase-common, hbase-shell,
> hbase-protocol jars and ruby directory  having changes till yesterday in my
> old trunk cluster.
> Here I notice that user_permission command by default does not show global
> permissions anymore.
>
> Can someone just confirm to me that it is really not working or I am
> missing something in my cluster ?
>
> Regards,
> Ashish Singhi
>
>
>
>

Reply via email to