You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by ar...@apache.org on 2019/05/09 19:21:01 UTC

[impala] branch master updated: [DOCS] Fixed more typos for SHOW SQL statements

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

arodoni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


The following commit(s) were added to refs/heads/master by this push:
     new 0818872  [DOCS] Fixed more typos for SHOW SQL statements
0818872 is described below

commit 081887272891f082300e00ca42b750bb284532ee
Author: Alex Rodoni <ar...@cloudera.com>
AuthorDate: Tue May 7 13:24:43 2019 -0700

    [DOCS] Fixed more typos for SHOW SQL statements
    
    Change-Id: Ie2a903e229ba1875fdc23feab33ee69e9cd0142d
    Reviewed-on: http://gerrit.cloudera.org:8080/13273
    Reviewed-by: Fredy Wijaya <fw...@cloudera.com>
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
---
 docs/topics/impala_show.xml | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/docs/topics/impala_show.xml b/docs/topics/impala_show.xml
index be05800..414a7d4 100644
--- a/docs/topics/impala_show.xml
+++ b/docs/topics/impala_show.xml
@@ -376,7 +376,7 @@ where id between 1 and 1000000;
 
   <concept rev="2.0.0" id="show_current_role">
 
-    <title>SHOW CURRENT ROLE</title>
+    <title>SHOW CURRENT ROLES</title>
   <prolog>
     <metadata>
       <data name="Category" value="Sentry"/>
@@ -426,7 +426,7 @@ where id between 1 and 1000000;
 
   <concept id="show_role_grant">
 
-    <title>SHOW ROLE GRANT Statement</title>
+    <title>SHOW ROLE GRANT GROUP Statement</title>
   <prolog>
     <metadata>
       <data name="Category" value="Sentry"/>
@@ -438,11 +438,10 @@ where id between 1 and 1000000;
     <conbody>
 
       <p rev="2.0.0">
-        <!-- Copied from Sentry docs. Turn into conref. I did some rewording for clarity. -->
-        The <codeph>SHOW GRANT ROLE</codeph> statement lists all the roles
-        assigned to the specified group. This statement is only allowed for
-        Sentry administrative users and others users that are part of the
-        specified group. This syntax is available in <keyword
+        The <codeph>SHOW ROLE GRANT GROUP</codeph> statement lists
+        all the roles assigned to the specified group. This statement is only
+        allowed for Sentry administrative users and others users that are part
+        of the specified group. This syntax is available in <keyword
           keyref="impala20_full"/> and later only, when you are using the Sentry
         authorization framework along with the Sentry service, as described in
           <xref href="impala_authorization.xml#sentry_service"/>.
@@ -452,11 +451,6 @@ where id between 1 and 1000000;
 
       <p conref="../shared/impala_common.xml#common/show_security"/>
 
-<!--
-<p conref="../shared/impala_common.xml#common/example_blurb"/>
-<codeblock>To do: construct example for SHOW ROLE GRANT</codeblock>
--->
-
       <p conref="../shared/impala_common.xml#common/permissions_blurb_no"/>
 
       <p conref="../shared/impala_common.xml#common/related_info"/>