Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 3c2c8f127 -> 4b6406eab
Fix links to Impala & Hive Sentry syntax topic. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/4b6406ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4b6406ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4b6406ea Branch: refs/heads/doc_prototype Commit: 4b6406eabe3b4a2f03c3137a76e3b3f2dc53b86d Parents: 3c2c8f1 Author: John Russell <[email protected]> Authored: Tue Nov 1 16:32:06 2016 -0700 Committer: John Russell <[email protected]> Committed: Tue Nov 1 16:32:06 2016 -0700 ---------------------------------------------------------------------- docs/topics/impala_authorization.xml | 14 +++++++++----- docs/topics/impala_grant.xml | 3 ++- docs/topics/impala_new_features.xml | 4 +++- docs/topics/impala_revoke.xml | 3 ++- docs/topics/impala_views.xml | 3 ++- 5 files changed, 18 insertions(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b6406ea/docs/topics/impala_authorization.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_authorization.xml b/docs/topics/impala_authorization.xml index 4b009ce..1ee9b51 100644 --- a/docs/topics/impala_authorization.xml +++ b/docs/topics/impala_authorization.xml @@ -56,8 +56,9 @@ <p rev="2.3.0 collevelauth"> The object hierarchy for Impala covers Server, URI, Database, Table, and Column. (The Table privileges apply to views as well; anywhere you specify a table name, you can specify a view name instead.) - Column-level authorization is available in CDH 5.5 / Impala 2.3 and higher, as described in <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/>; - previously, you constructed views to query specific columns and assigned privileges + Column-level authorization is available in CDH 5.5 / Impala 2.3 and higher, as described in + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/>. + Previously, you constructed views to query specific columns and assigned privileges based on the views rather than the base tables. </p> @@ -913,7 +914,9 @@ Database <p rev="2.3.0 collevelauth"> In CDH 5.5 / Impala 2.3 and higher, you can specify privileges for individual columns, - as described in <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/>. Formerly, to specify + as described in + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/>. + Formerly, to specify read privileges at this level, you created a view that queried specific columns and/or partitions from a base table, and gave <codeph>SELECT</codeph> privilege on the view but not the underlying table. </p> @@ -1306,8 +1309,9 @@ it can be queried by a lower-privileged user who does not have full query privil <entry>SELECT</entry> <entry>SELECT</entry> <entry rev="2.3.0 collevelauth">Table, View; you can have SELECT privilege for a view without having SELECT privilege -for the underlying tables. See <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/> for details -about column-level authorization. +for the underlying tables. See +<xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/> +for details about column-level authorization. Before column-level authorization was added in CDH 5.5 / Impala 2.3, the way to implement column-level security was by creating views that referenced particular sets of columns.</entry> </row> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b6406ea/docs/topics/impala_grant.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_grant.xml b/docs/topics/impala_grant.xml index ca45c0a..7204445 100644 --- a/docs/topics/impala_grant.xml +++ b/docs/topics/impala_grant.xml @@ -73,7 +73,8 @@ object_type ::= TABLE | DATABASE | SERVER | URI <p rev="2.3.0 collevelauth"> The ability to grant or revoke <codeph>SELECT</codeph> privilege on specific columns is available - in CDH 5.5 / Impala 2.3 and higher. See <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/> + in CDH 5.5 / Impala 2.3 and higher. See + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/> for details. </p> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b6406ea/docs/topics/impala_new_features.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_new_features.xml b/docs/topics/impala_new_features.xml index 2684e29..91fd25b 100644 --- a/docs/topics/impala_new_features.xml +++ b/docs/topics/impala_new_features.xml @@ -1017,7 +1017,9 @@ Column-level authorization lets you define access to particular columns within a table, rather than the entire table. This feature lets you reduce the reliance on creating views to set up authorization schemes for subsets of information. - <ph audience="PDF">See <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/> for background details, and <xref href="impala_grant.xml#grant"/> and <xref href="impala_revoke.xml#revoke"/> for Impala-specific syntax.</ph> + <ph audience="PDF">See + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/> + for background details, and <xref href="impala_grant.xml#grant"/> and <xref href="impala_revoke.xml#revoke"/> for Impala-specific syntax.</ph> </p> </li> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b6406ea/docs/topics/impala_revoke.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_revoke.xml b/docs/topics/impala_revoke.xml index 2a590c1..694d343 100644 --- a/docs/topics/impala_revoke.xml +++ b/docs/topics/impala_revoke.xml @@ -47,7 +47,8 @@ object_type ::= TABLE | DATABASE | SERVER | URI <p rev="2.3.0 collevelauth"> The ability to grant or revoke <codeph>SELECT</codeph> privilege on specific columns is available - in CDH 5.5 / Impala 2.3 and higher. See <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/> + in CDH 5.5 / Impala 2.3 and higher. See + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/> for details. </p> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4b6406ea/docs/topics/impala_views.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_views.xml b/docs/topics/impala_views.xml index 0b2154c..939f564 100644 --- a/docs/topics/impala_views.xml +++ b/docs/topics/impala_views.xml @@ -95,7 +95,8 @@ select * from report;</codeblock> Set up fine-grained security where a user can query some columns from a table but not other columns. Because CDH 5.5 / Impala 2.3 and higher support column-level authorization, this technique is no longer required. If you formerly implemented column-level security through views, see - <xref href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/> for details about the + <xref audience="integrated" href="sg_hive_sql.xml#concept_c2q_4qx_p4/col_level_auth_sentry"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/sg_hive_sql.html" format="html" scope="external"/> + for details about the column-level authorization feature. <!-- See <xref href="impala_authorization.xml#security_examples/sec_ex_views"/> for details. --> </li>
