Skip to content

Commit 46da224

Browse files
authored
HBASE-28816 The description of "hbase.superuser" is confusing (#6206)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 52082bc commit 46da224

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

hbase-common/src/main/resources/hbase-default.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,8 @@ possible configurations would overwhelm and obscure the important.
12011201
<value></value>
12021202
<description>List of users or groups (comma-separated), who are allowed
12031203
full privileges, regardless of stored ACLs, across the cluster.
1204-
Only used when HBase security is enabled.</description>
1204+
Only used when HBase security is enabled.
1205+
Group names should be prefixed with "@".</description>
12051206
</property>
12061207
<property>
12071208
<name>hbase.auth.key.update.interval</name>

src/main/asciidoc/_chapters/hbase-default.adoc

+1
Original file line numberDiff line numberDiff line change
@@ -1417,6 +1417,7 @@ The policy configuration file used by RPC servers to make
14171417
List of users or groups (comma-separated), who are allowed
14181418
full privileges, regardless of stored ACLs, across the cluster.
14191419
Only used when HBase security is enabled.
1420+
Group names should be prefixed with "@".
14201421
+
14211422
.Default
14221423
``

src/main/asciidoc/_chapters/security.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ All options have been discussed separately in the sections above.
22592259
<!-- HBase Superuser -->
22602260
<property>
22612261
<name>hbase.superuser</name>
2262-
<value>hbase,admin</value>
2262+
<value>hbase,admin,@superuser-group</value>
22632263
</property>
22642264
<!-- Coprocessors for ACLs and Visibility Tags -->
22652265
<property>

0 commit comments

Comments
 (0)