You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ja...@apache.org on 2019/05/14 20:44:35 UTC

[hbase] branch branch-1.3 updated: HBASE-22384 Fixed formatting issues in administration section of book

This is an automated email from the ASF dual-hosted git repository.

janh pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new c9d79a2  HBASE-22384 Fixed formatting issues in administration section of book
c9d79a2 is described below

commit c9d79a2119fef6cb11d5dac1c4c6dc50494718aa
Author: Jan Hentschel <ja...@ultratendency.com>
AuthorDate: Wed May 8 16:36:19 2019 +0200

    HBASE-22384 Fixed formatting issues in administration section of book
---
 src/main/asciidoc/_chapters/security.adoc | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/asciidoc/_chapters/security.adoc b/src/main/asciidoc/_chapters/security.adoc
index 0ed9ba2..eb0c9a1 100644
--- a/src/main/asciidoc/_chapters/security.adoc
+++ b/src/main/asciidoc/_chapters/security.adoc
@@ -1270,15 +1270,15 @@ public static void addLabels() throws Exception {
 ----
 hbase> set_auths 'service', [ 'service' ]
 ----
-
++
 ----
 hbase> set_auths 'testuser', [ 'test' ]
 ----
-
++
 ----
 hbase> set_auths 'qa', [ 'test', 'developer' ]
 ----
-
++
 ----
 hbase> set_auths '@qagroup', [ 'test' ]
 ----
@@ -1310,15 +1310,15 @@ public void testSetAndGetUserAuths() throws Throwable {
 ----
 hbase> clear_auths 'service', [ 'service' ]
 ----
-
++
 ----
 hbase> clear_auths 'testuser', [ 'test' ]
 ----
-
++
 ----
 hbase> clear_auths 'qa', [ 'test', 'developer' ]
 ----
-
++
 ----
 hbase> clear_auths '@qagroup', [ 'test', 'developer' ]
 ----
@@ -1350,11 +1350,11 @@ The label is associated with a given version of the cell.
 ----
 hbase> set_visibility 'user', 'admin|service|developer', { COLUMNS => 'i' }
 ----
-
++
 ----
 hbase> set_visibility 'user', 'admin|service', { COLUMNS => 'pii' }
 ----
-
++
 ----
 hbase> set_visibility 'user', 'test', { COLUMNS => [ 'i', 'pii' ], FILTER => "(PrefixFilter ('test'))" }
 ----