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/06/10 14:42:11 UTC

incubator-kudu git commit: Fix branding in 0.9.0's blog post

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 355c880b7 -> 8169b08ec


Fix branding in 0.9.0's blog post

Change-Id: I440f88de7fb2ac6d6b52cd6c08ef43abe066b4bd
Reviewed-on: http://gerrit.cloudera.org:8080/3361
Reviewed-by: Jean-Daniel Cryans
Tested-by: Jean-Daniel Cryans


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

Branch: refs/heads/gh-pages
Commit: 8169b08ec70038f8bc713fbad31b1b3c1f1e81e8
Parents: 355c880
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Fri Jun 10 07:40:00 2016 -0700
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Fri Jun 10 14:41:07 2016 +0000

----------------------------------------------------------------------
 _posts/2016-06-10-apache-kudu-0-9-0-released.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/8169b08e/_posts/2016-06-10-apache-kudu-0-9-0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016-06-10-apache-kudu-0-9-0-released.md b/_posts/2016-06-10-apache-kudu-0-9-0-released.md
index 86e5862..c7ce2d0 100644
--- a/_posts/2016-06-10-apache-kudu-0-9-0-released.md
+++ b/_posts/2016-06-10-apache-kudu-0-9-0-released.md
@@ -6,7 +6,7 @@ author: Jean-Daniel Cryans
 The Apache Kudu (incubating) team is happy to announce the release of Kudu
 0.9.0!
 
-This latest version adds basic UPSERT functionality and an improved Spark Data Source
+This latest version adds basic UPSERT functionality and an improved Apache Spark Data Source
 that doesn't rely on the MapReduce I/O formats. It also improves Tablet Server
 restart time as well as write performance under high load. Finally, Kudu now enforces
 the specification of a partitioning scheme for new tables.