[DOCS] Remove unnecessary 'incubator' from URLs URLs like https://impala.incubator.apache.org/ are aliases with https://impala.apache.org/, so we can use the latter and avoid making any changes if or when Impala graduates from the incubator.
Change-Id: If0f8d51b147094e629e60c4a8c5aecbb6cdb6a8e Reviewed-on: http://gerrit.cloudera.org:8080/8524 Reviewed-by: Michael Brown <[email protected]> Tested-by: Impala Public Jenkins Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/11bbc26d Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/11bbc26d Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/11bbc26d Branch: refs/heads/master Commit: 11bbc26d09d0fddb2f680a1ef279f528f82912a5 Parents: fdf94a4 Author: Jim Apple <[email protected]> Authored: Sat Nov 11 11:32:32 2017 -0800 Committer: Impala Public Jenkins <[email protected]> Committed: Mon Nov 13 18:59:48 2017 +0000 ---------------------------------------------------------------------- docs/impala_keydefs.ditamap | 8 ++++---- docs/topics/impala_langref_unsupported.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/11bbc26d/docs/impala_keydefs.ditamap ---------------------------------------------------------------------- diff --git a/docs/impala_keydefs.ditamap b/docs/impala_keydefs.ditamap index 86112e9..24b621f 100644 --- a/docs/impala_keydefs.ditamap +++ b/docs/impala_keydefs.ditamap @@ -116,7 +116,7 @@ under the License. <keydef href="https://issues.apache.org/jira/browse/HIVE-656" scope="external" format="html" keys="HIVE-656"/> - <keydef href="http://sentry.incubator.apache.org/" scope="external" format="html" keys="sentry"/> + <keydef href="http://sentry.apache.org/" scope="external" format="html" keys="sentry"/> <!-- Download page that leads to ODBC drivers. --> <keydef href="https://www.cloudera.com/downloads/connectors/impala/odbc.html" scope="external" format="html" keys="odbc_driver_download"/> @@ -10586,9 +10586,9 @@ under the License. <keydef keys="impala13_full"><topicmeta><keywords><keyword>Impala 1.3</keyword></keywords></topicmeta></keydef> <!-- Pointers to changelog pages --> - <keydef keys="changelog_210" href="https://impala.incubator.apache.org/docs/changelog-2.10.html" scope="external" format="html"/> - <keydef keys="changelog_29" href="https://impala.incubator.apache.org/docs/changelog-2.9.html" scope="external" format="html"/> - <keydef keys="changelog_28" href="https://impala.incubator.apache.org/docs/changelog-2.8.html" scope="external" format="html"/> + <keydef keys="changelog_210" href="https://impala.apache.org/docs/changelog-2.10.html" scope="external" format="html"/> + <keydef keys="changelog_29" href="https://impala.apache.org/docs/changelog-2.9.html" scope="external" format="html"/> + <keydef keys="changelog_28" href="https://impala.apache.org/docs/changelog-2.8.html" scope="external" format="html"/> <!-- Indirect addresses for all the impala*.xml files. The key is the ID of the first topic within each file. --> <keydef href="topics/impala_concepts.xml" keys="concepts"/> http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/11bbc26d/docs/topics/impala_langref_unsupported.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_langref_unsupported.xml b/docs/topics/impala_langref_unsupported.xml index b04fd13..e1bcc68 100644 --- a/docs/topics/impala_langref_unsupported.xml +++ b/docs/topics/impala_langref_unsupported.xml @@ -204,7 +204,7 @@ under the License. </p> <p> - Impala utilizes the <xref href="http://sentry.incubator.apache.org/" scope="external" format="html">Apache + Impala utilizes the <xref keyref="sentry">Apache Sentry </xref> authorization framework, which provides fine-grained role-based access control to protect data against unauthorized access or tampering. </p>
