You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by tm...@apache.org on 2018/10/17 17:03:03 UTC

[08/11] impala git commit: [DOCS] Additional note in impala_alter_database

[DOCS] Additional note in impala_alter_database

- Added a note about the effective ALL with GRANT and ALL without
GRANT privileges.

Change-Id: Idf2cb58993adadb7fb32ec188f5e4dff216c5897
Reviewed-on: http://gerrit.cloudera.org:8080/11703
Tested-by: Impala Public Jenkins <im...@cloudera.com>
Reviewed-by: Fredy Wijaya <fw...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/28aecd6d
Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/28aecd6d
Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/28aecd6d

Branch: refs/heads/master
Commit: 28aecd6db8e9c330c73ee906eac88ec5f2bb2056
Parents: 96debe0
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Tue Oct 16 15:05:44 2018 -0700
Committer: Alex Rodoni <ar...@cloudera.com>
Committed: Wed Oct 17 01:41:13 2018 +0000

----------------------------------------------------------------------
 docs/topics/impala_alter_database.xml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/28aecd6d/docs/topics/impala_alter_database.xml
----------------------------------------------------------------------
diff --git a/docs/topics/impala_alter_database.xml b/docs/topics/impala_alter_database.xml
index a768346..6aa742c 100644
--- a/docs/topics/impala_alter_database.xml
+++ b/docs/topics/impala_alter_database.xml
@@ -52,11 +52,13 @@ under the License.
     </p>
 
     <p>
-      The database owner is originally set to the user who creates the database. An owner of a
-      database has the <codeph>ALL</codeph> privilege, but the term <codeph>OWNER</codeph> is
-      used to differentiate between the <codeph>ALL</codeph> privilege that is explicitly
-      granted via the <codeph>GRANT</codeph> statement and a privilege that is implicitly
-      granted by the <codeph>CREATE DATABASE</codeph> statement.
+      The database owner is originally set to the user who creates the database. When object
+      ownership is enabled in Sentry, an owner of a database can have the <codeph>ALL</codeph>
+      with <codeph>GRANT</codeph> or <codeph>ALL</codeph> without <codeph>GRANT</codeph>
+      privilege. The term <codeph>OWNER</codeph> is used to differentiate between the
+      <codeph>ALL</codeph> privilege that is explicitly granted via the <codeph>GRANT</codeph>
+      statement and a privilege that is implicitly granted by the <codeph>CREATE
+      DATABASE</codeph> statement.
     </p>
 
     <p conref="../shared/impala_common.xml#common/syntax_blurb"/>