Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-18659 Use HDFS ACL to give user the ability to read snapshot directly on HDFS
  3. HBASE-22580

Add a table attribute to make user scan snapshot feature configurable for table

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.3.0
    • None
    • None
    • Hide
      If a table user scan snapshots of the table, please config the following table scheme attribute to make granted users' ACLs are added to hfiles:
      alter 't1', CONFIGURATION => {'hbase.user.scan.snapshot.enable' => 'true'}
      Show
      If a table user scan snapshots of the table, please config the following table scheme attribute to make granted users' ACLs are added to hfiles: alter 't1', CONFIGURATION => {'hbase.user.scan.snapshot.enable' => 'true'}

    Description

      If a cluster enable user scan snapshot feature, it will work for all tables. Since this feature will make some operations such as grant, revoke, snapshot... slower and some tables don't use scan snaphot to make scan faster. So add a table attribute to make it configurableĀ at table level, in general, the feature is disabled by default, and if someoneĀ use feature, must enable the attribute of the specific table firstly.

      Attachments

        Issue Links

          Activity

            People

              meiyi Yi Mei
              meiyi Yi Mei
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: