[doc] KUDU-1630 impala_tables.html link is showing as text and not actual link
Missing space before the hyperlink was causing this issue. Hyperlinked "Impala documentation" text to appropriate impala link. Complete text being: See the Impala documentation for more information about internal and external tables. Please check the resultant html here: https://github.com/ninadshr/sample_repo/blob/master/kudu_impala_integration.html Change-Id: I25c1251b312586b38a558eb3365f60f7ff3a7ba0 Reviewed-on: http://gerrit.cloudera.org:8080/4483 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> Tested-by: Dan Burkert <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/56cc6922 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/56cc6922 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/56cc6922 Branch: refs/heads/master Commit: 56cc69226fa6a053e6f038ac2b1d12b6fc533e37 Parents: ce17a9c Author: ninadshr <[email protected]> Authored: Tue Sep 20 18:28:21 2016 -0400 Committer: Dan Burkert <[email protected]> Committed: Tue Sep 27 17:34:11 2016 +0000 ---------------------------------------------------------------------- docs/kudu_impala_integration.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kudu/blob/56cc6922/docs/kudu_impala_integration.adoc ---------------------------------------------------------------------- diff --git a/docs/kudu_impala_integration.adoc b/docs/kudu_impala_integration.adoc index ec86c18..706b7b1 100755 --- a/docs/kudu_impala_integration.adoc +++ b/docs/kudu_impala_integration.adoc @@ -346,7 +346,8 @@ Impala, and dropping such a table does not drop the table from its source locati (here, Kudu). Instead, it only removes the mapping between Impala and Kudu. This is the mode used in the syntax provided by Kudu for mapping an existing table to Impala. -See link:http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/impala_tables.html +See the +http://www.cloudera.com/content/cloudera/en/documentation/core/latest/topics/impala_tables.html[Impala documentation] for more information about internal and external tables. === Querying an Existing Kudu Table In Impala
