[
https://issues.apache.org/jira/browse/HBASE-11769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14100575#comment-14100575
]
Jean-Marc Spaggiari commented on HBASE-11769:
---------------------------------------------
Just to be clear, I was not saying that preserve did or did not preserved
privileges, was just that we might want to look it too.
So for the purpose of this patch, should Honguy simply update ruby scripts to
call the new API provided by HBASE-8332? Might be cleaner than having 2
implementations (One in ruby one in java) for the same feature?
> Truncate table shouldn't revoke user privileges
> -----------------------------------------------
>
> Key: HBASE-11769
> URL: https://issues.apache.org/jira/browse/HBASE-11769
> Project: HBase
> Issue Type: Bug
> Components: security
> Affects Versions: 0.94.15
> Reporter: hongyu bi
>
> hbase(main):002:0> create 'a','cf'
> 0 row(s) in 0.2500 seconds
> => Hbase::Table - a
> hbase(main):003:0> grant 'usera','R','a'
> 0 row(s) in 0.2080 seconds
> hbase(main):007:0> user_permission 'a'
> User
> Table,Family,Qualifier:Permission
>
>
> usera a,,:
> [Permission: actions=READ]
>
>
> hbase(main):004:0> truncate 'a'
> Truncating 'a' table (it may take a while):
> - Disabling table...
> - Dropping table...
> - Creating table...
> 0 row(s) in 1.5320 seconds
> hbase(main):005:0> user_permission 'a'
> User
> Table,Family,Qualifier:Permission
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)