Fix link to Hadoop ADLS page At the time I added the original link, the URL with /current2/ was correct. Now /current2/ no longer exists but /current3/ does. /current/ appears to be a stable alias that points to the most recent /currentN/ directory so I used that in the corrected link.
Change-Id: I5bcbf31735f398a879595846aeb1a6e1c7def9a2 Reviewed-on: http://gerrit.cloudera.org:8080/7672 Reviewed-by: Laurel Hale <[email protected]> Reviewed-by: Tim Armstrong <[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/8605784b Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/8605784b Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/8605784b Branch: refs/heads/master Commit: 8605784b73cc8e70940279aad5ed690deb986be4 Parents: aaec43b Author: John Russell <[email protected]> Authored: Mon Aug 14 16:08:34 2017 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Aug 15 17:41:30 2017 +0000 ---------------------------------------------------------------------- docs/topics/impala_adls.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/8605784b/docs/topics/impala_adls.xml ---------------------------------------------------------------------- diff --git a/docs/topics/impala_adls.xml b/docs/topics/impala_adls.xml index d45f02e..a02525a 100644 --- a/docs/topics/impala_adls.xml +++ b/docs/topics/impala_adls.xml @@ -72,7 +72,7 @@ under the License. </li> <li> <p> - <xref href="https://hadoop.apache.org/docs/current2/hadoop-azure-datalake/index.html" scope="external" format="html">Hadoop Azure Data Lake Support</xref> + <xref href="https://hadoop.apache.org/docs/current/hadoop-azure-datalake/index.html" scope="external" format="html">Hadoop Azure Data Lake Support</xref> </p> </li> </ul>
