Skip to content

Commit fde0251

Browse files
committed
HBASE-22384 Fixed formatting issues in administration section of book
1 parent 083605d commit fde0251

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/asciidoc/_chapters/security.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,15 +1274,15 @@ public static void addLabels() throws Exception {
12741274
----
12751275
hbase> set_auths 'service', [ 'service' ]
12761276
----
1277-
1277+
+
12781278
----
12791279
hbase> set_auths 'testuser', [ 'test' ]
12801280
----
1281-
1281+
+
12821282
----
12831283
hbase> set_auths 'qa', [ 'test', 'developer' ]
12841284
----
1285-
1285+
+
12861286
----
12871287
hbase> set_auths '@qagroup', [ 'test' ]
12881288
----
@@ -1312,15 +1312,15 @@ public void testSetAndGetUserAuths() throws Throwable {
13121312
----
13131313
hbase> clear_auths 'service', [ 'service' ]
13141314
----
1315-
1315+
+
13161316
----
13171317
hbase> clear_auths 'testuser', [ 'test' ]
13181318
----
1319-
1319+
+
13201320
----
13211321
hbase> clear_auths 'qa', [ 'test', 'developer' ]
13221322
----
1323-
1323+
+
13241324
----
13251325
hbase> clear_auths '@qagroup', [ 'test', 'developer' ]
13261326
----
@@ -1350,11 +1350,11 @@ The label is associated with a given version of the cell.
13501350
----
13511351
hbase> set_visibility 'user', 'admin|service|developer', { COLUMNS => 'i' }
13521352
----
1353-
1353+
+
13541354
----
13551355
hbase> set_visibility 'user', 'admin|service', { COLUMNS => 'pii' }
13561356
----
1357-
1357+
+
13581358
----
13591359
hbase> set_visibility 'user', 'test', { COLUMNS => [ 'i', 'pii' ], FILTER => "(PrefixFilter ('test'))" }
13601360
----

0 commit comments

Comments
 (0)