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 2018/10/15 22:35:59 UTC

[4/4] impala git commit: IMPALA-7706: [DOCS] Added the privileges required for ALTER TABLE SET OWNER

IMPALA-7706: [DOCS] Added the privileges required for ALTER TABLE SET OWNER

Also, added the privileges required for ALTER VIEW SET OWNER

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


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

Branch: refs/heads/master
Commit: fe6dabda6a55dcd6f047829012a5f9ebf0755df3
Parents: 1bfd7ee
Author: Alex Rodoni <ar...@cloudera.com>
Authored: Fri Oct 12 16:49:40 2018 -0700
Committer: Alex Rodoni <ar...@cloudera.com>
Committed: Mon Oct 15 21:51:12 2018 +0000

----------------------------------------------------------------------
 docs/shared/impala_common.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/impala/blob/fe6dabda/docs/shared/impala_common.xml
----------------------------------------------------------------------
diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml
index 45b7d87..847bc9a 100644
--- a/docs/shared/impala_common.xml
+++ b/docs/shared/impala_common.xml
@@ -127,6 +127,8 @@ under the License.
               <codeph>INSERT</codeph>, <codeph>CREATE</codeph>,
               <codeph>ALTER</codeph>, <codeph>DROP</codeph>, <b><i>and</i></b>
             <codeph>REFRESH</codeph> privileges.</li>
+          <li>The owner of an object effectively has the ALL privilege on the
+            object.</li>
           <li>The parent levels of the specified scope are implicitly supported
             where a scope refers to the specific level in the object hierarchy
             that the privilege is granted. For example, if a privilege is listed
@@ -266,8 +268,8 @@ under the License.
                 <entry>TABLE</entry>
               </row>
               <row>
-                <entry>ALTER DATABASE</entry>
-                <entry>ALTER</entry>
+                <entry>ALTER DATABASE SET OWNER</entry>
+                <entry>ALL WITH GRANT</entry>
                 <entry>DATABASE</entry>
               </row>
               <row>
@@ -296,6 +298,11 @@ under the License.
                 <entry>TABLE</entry>
               </row>
               <row>
+                <entry>ALTER TABLE SET OWNER</entry>
+                <entry>ALL WITH GRANT</entry>
+                <entry>TABLE</entry>
+              </row>
+              <row>
                 <entry>ALTER VIEW</entry>
                 <entry>ALTER</entry>
                 <entry>TABLE</entry>
@@ -316,6 +323,11 @@ under the License.
                 <entry>TABLE</entry>
               </row>
               <row>
+                <entry>ALTER VIEW SET OWNER</entry>
+                <entry>ALL WITH GRANT</entry>
+                <entry>VIEW</entry>
+              </row>
+              <row>
                 <entry>DROP DATABASE</entry>
                 <entry>DROP</entry>
                 <entry>DATABASE</entry>