Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11769

Truncate table shouldn't revoke user privileges

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 0.94.15
    • None
    • security
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              hongyu.bi hongyu bi
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: