File tree 3 files changed +4
-2
lines changed
hbase-common/src/main/resources
src/main/asciidoc/_chapters
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1201,7 +1201,8 @@ possible configurations would overwhelm and obscure the important.
1201
1201
<value ></value >
1202
1202
<description >List of users or groups (comma-separated), who are allowed
1203
1203
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 >
1205
1206
</property >
1206
1207
<property >
1207
1208
<name >hbase.auth.key.update.interval</name >
Original file line number Diff line number Diff line change @@ -1417,6 +1417,7 @@ The policy configuration file used by RPC servers to make
1417
1417
List of users or groups (comma-separated), who are allowed
1418
1418
full privileges, regardless of stored ACLs, across the cluster.
1419
1419
Only used when HBase security is enabled.
1420
+ Group names should be prefixed with "@".
1420
1421
+
1421
1422
.Default
1422
1423
``
Original file line number Diff line number Diff line change @@ -2259,7 +2259,7 @@ All options have been discussed separately in the sections above.
2259
2259
<!-- HBase Superuser -->
2260
2260
<property>
2261
2261
<name>hbase.superuser</name>
2262
- <value>hbase,admin</value>
2262
+ <value>hbase,admin,@superuser-group </value>
2263
2263
</property>
2264
2264
<!-- Coprocessors for ACLs and Visibility Tags -->
2265
2265
<property>
You can’t perform that action at this time.
0 commit comments