Repository: incubator-impala Updated Branches: refs/heads/doc_prototype 0fcb0b3fe -> 7592f50ab
Fix some conditionalized filepaths. Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/7592f50a Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/7592f50a Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/7592f50a Branch: refs/heads/doc_prototype Commit: 7592f50abc2f22eda712f8460f23dccf7f5e0445 Parents: 0fcb0b3 Author: John Russell <[email protected]> Authored: Thu Nov 3 10:56:16 2016 -0700 Committer: John Russell <[email protected]> Committed: Thu Nov 3 10:57:46 2016 -0700 ---------------------------------------------------------------------- docs/shared/impala_common.xml | 4 ++-- docs/topics/impala_admission.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7592f50a/docs/shared/impala_common.xml ---------------------------------------------------------------------- diff --git a/docs/shared/impala_common.xml b/docs/shared/impala_common.xml index cfbad2a..e8b367f 100644 --- a/docs/shared/impala_common.xml +++ b/docs/shared/impala_common.xml @@ -298,7 +298,7 @@ <entry>SELECT<p>-You can grant the SELECT privilege on a view to give users access to specific columns of a table they do not otherwise have access to.</p><p>-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"/> + <xref audience="integrated" href="../topics/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 on allowed column-level operations.</p></entry> <entry>VIEW/TABLE; COLUMN</entry> @@ -3352,7 +3352,7 @@ sudo pip-python install ssl</codeblock> <p id="impala_mr"> For a detailed information about configuring a cluster to share resources between Impala queries and MapReduce jobs, see - <xref audience="integrated" href="admin_howto_multitenancy.xml#howto_multitenancy"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/admin_howto_multitenancy.html" format="html" scope="external"/> + <xref audience="integrated" href="../topics/admin_howto_multitenancy.xml#howto_multitenancy"/><xref audience="standalone" href="https://www.cloudera.com/documentation/enterprise/latest/topics/admin_howto_multitenancy.html" format="html" scope="external"/> and <xref href="../topics/impala_howto_rm.xml#howto_impala_rm"/>. </p> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/7592f50a/docs/topics/impala_admission.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_admission.xml b/docs/topics/impala_admission.xml index 76e8040..41f5852 100644 --- a/docs/topics/impala_admission.xml +++ b/docs/topics/impala_admission.xml @@ -112,7 +112,7 @@ </p> <p> See - <xref audience="integrated" href="cm_mc_resource_pools.xmlconcept_xkk_l1d_wr"/><xref audience="standalone" href="http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_resource_pools.html" scope="external" format="html"/> + <xref audience="integrated" href="cm_mc_resource_pools.xml#concept_xkk_l1d_wr"/><xref audience="standalone" href="http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_resource_pools.html" scope="external" format="html"/> for information about all these dynamic resource pool settings, how to use them together, and how to divide different parts of your workload among different pools. @@ -149,7 +149,7 @@ </p> <p> See - <xref audience="integrated" href="cm_mc_resource_pools.xmlconcept_xkk_l1d_wr"/><xref audience="standalone" href="http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_resource_pools.html" scope="external" format="html"/> + <xref audience="integrated" href="cm_mc_resource_pools.xml#concept_xkk_l1d_wr"/><xref audience="standalone" href="http://www.cloudera.com/documentation/enterprise/latest/topics/cm_mc_resource_pools.html" scope="external" format="html"/> for information about all these dynamic resource pool settings, how to use them together, and how to divide different parts of your workload among different pools.
