[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]> (cherry picked from commit 56cc69226fa6a053e6f038ac2b1d12b6fc533e37) Reviewed-on: http://gerrit.cloudera.org:8080/4661 Project: http://git-wip-us.apache.org/repos/asf/kudu/repo Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/84ffbd14 Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/84ffbd14 Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/84ffbd14 Branch: refs/heads/branch-1.0.x Commit: 84ffbd14a7087bd1123dde3fe87a77008e53c2a8 Parents: 6b30d7e Author: ninadshr <[email protected]> Authored: Tue Sep 20 18:28:21 2016 -0400 Committer: Dan Burkert <[email protected]> Committed: Fri Oct 7 18:17:53 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/84ffbd14/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
