Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0AB2200BAB for ; Fri, 7 Oct 2016 20:18:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BF911160AE8; Fri, 7 Oct 2016 18:18:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E5745160AF1 for ; Fri, 7 Oct 2016 20:18:16 +0200 (CEST) Received: (qmail 76918 invoked by uid 500); 7 Oct 2016 18:18:16 -0000 Mailing-List: contact commits-help@kudu.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kudu.apache.org Delivered-To: mailing list commits@kudu.apache.org Received: (qmail 76909 invoked by uid 99); 7 Oct 2016 18:18:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Oct 2016 18:18:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AA975E0BAB; Fri, 7 Oct 2016 18:18:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: danburkert@apache.org To: commits@kudu.apache.org Date: Fri, 07 Oct 2016 18:18:19 -0000 Message-Id: <3400b954d57f457993aef66b66c68f55@git.apache.org> In-Reply-To: <2570607e57884faead6d40f924f957e6@git.apache.org> References: <2570607e57884faead6d40f924f957e6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] kudu git commit: [doc] KUDU-1630 impala_tables.html link is showing as text and not actual link archived-at: Fri, 07 Oct 2016 18:18:17 -0000 [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 Tested-by: Dan Burkert (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 Authored: Tue Sep 20 18:28:21 2016 -0400 Committer: Dan Burkert 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