You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by jd...@apache.org on 2016/02/17 01:42:41 UTC

[2/5] incubator-kudu git commit: Fix wrong code blocks in the document

Fix wrong code blocks in the document

Change-Id: I93c27c8f7e4dbe198478cbe2f80eed037171eac5
Reviewed-on: http://gerrit.cloudera.org:8080/2144
Tested-by: Kudu Jenkins
Reviewed-by: Todd Lipcon <to...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/682c664d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/682c664d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/682c664d

Branch: refs/heads/master
Commit: 682c664d54111dc923c5960779231a93e3bf098f
Parents: 88ddc9d
Author: Akihiro Okuno <ch...@gmail.com>
Authored: Sat Feb 13 00:06:50 2016 +0900
Committer: Todd Lipcon <to...@apache.org>
Committed: Sat Feb 13 00:59:42 2016 +0000

----------------------------------------------------------------------
 docs/kudu_impala_integration.adoc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/682c664d/docs/kudu_impala_integration.adoc
----------------------------------------------------------------------
diff --git a/docs/kudu_impala_integration.adoc b/docs/kudu_impala_integration.adoc
index af357c2..9444343 100755
--- a/docs/kudu_impala_integration.adoc
+++ b/docs/kudu_impala_integration.adoc
@@ -771,8 +771,6 @@ The example creates 16 buckets. You could also use `HASH (id, sku) INTO 16 BUCKE
 However, a scan for `sku` values would almost always impact all 16 buckets, rather
 than possibly being limited to 4.
 
-----
-
 [[partitioning_rules_of_thumb]]
 ==== Partitioning Rules of Thumb
 
@@ -803,6 +801,7 @@ This example inserts three rows using a single statement.
 [source,sql]
 ----
 INSERT INTO my_first_table VALUES (1, "john"), (2, "jane"), (3, "jim");
+----
 
 [[kudu_impala_insert_bulk]]
 ==== Inserting In Bulk