Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.3.0
    • None
    • None
    • Hide
      After HBASE-22776, the steps to config user scan snapshot feature is as followings:
      1. Check HDFS configuration
      2. Add master coprocessor:
          hbase.coprocessor.master.classes=
          “org.apache.hadoop.hbase.security.access.AccessController,
      org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController”
      3. Enable this feature:
          hbase.acl.sync.to.hdfs.enable=true
      4. Modify table scheme to enable this feature for a table:
          alter 't1', CONFIGURATION => {'hbase.acl.sync.to.hdfs.enable' => 'true'}
      Show
      After HBASE-22776 , the steps to config user scan snapshot feature is as followings: 1. Check HDFS configuration 2. Add master coprocessor:     hbase.coprocessor.master.classes=     “org.apache.hadoop.hbase.security.access.AccessController, org.apache.hadoop.hbase.security.access.SnapshotScannerHDFSAclController” 3. Enable this feature:     hbase.acl.sync.to.hdfs.enable=true 4. Modify table scheme to enable this feature for a table:     alter 't1', CONFIGURATION => {'hbase.acl.sync.to.hdfs.enable' => 'true'}

    Description

      As discussed in HBASE-22578HBASE-22580, the config names are not so proper.

      And make the SnapshotScannerHDFSAclCleaner load automatically if this feature is enabled.

      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: