Repository: hbase Updated Branches: refs/heads/master 833feefbf -> 319f9bb79
HBASE-12903 Fix configuration which enables secure bulk load (Weichen Ye) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/319f9bb7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/319f9bb7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/319f9bb7 Branch: refs/heads/master Commit: 319f9bb7918af8cfe7e65f97b654f37f0d5983f3 Parents: 833feef Author: tedyu <[email protected]> Authored: Thu Jan 22 09:02:44 2015 -0800 Committer: tedyu <[email protected]> Committed: Thu Jan 22 09:02:44 2015 -0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/security.adoc | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/319f9bb7/src/main/asciidoc/_chapters/security.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc index 59623c8..3f85c22 100644 --- a/src/main/asciidoc/_chapters/security.adoc +++ b/src/main/asciidoc/_chapters/security.adoc @@ -1497,11 +1497,6 @@ To enable secure bulk load, add the following properties to [path]_hbase-site.xm <property> <name>hbase.coprocessor.region.classes</name> <value>org.apache.hadoop.hbase.security.token.TokenProvider, - org.apache.hadoop.hbase.security.access.AccessController</value> -</property> -<property> - <name>hbase.coprocessor.regionserver.classes</name> - <value>org.apache.hadoop.hbase.security.token.TokenProvider, org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint</value> </property> ----
