You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2016/08/23 06:27:52 UTC

[2/2] kudu git commit: Add release announcement blog for 0.10

Add release announcement blog for 0.10

Change-Id: I08e9aa3e43a57e27953b867d733b8162b25ff76f
Reviewed-on: http://gerrit.cloudera.org:8080/4088
Reviewed-by: Todd Lipcon <to...@apache.org>
Tested-by: Todd Lipcon <to...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 4091108a5ae50379ef42fe523c985c6734f52949
Parents: 967bf3c
Author: Todd Lipcon <to...@cloudera.com>
Authored: Mon Aug 22 23:04:08 2016 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Tue Aug 23 06:27:10 2016 +0000

----------------------------------------------------------------------
 .../2016-08-23-apache-kudu-0-10-0-released.md   | 30 ++++++++++++++++++++
 1 file changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/4091108a/_posts/2016-08-23-apache-kudu-0-10-0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016-08-23-apache-kudu-0-10-0-released.md b/_posts/2016-08-23-apache-kudu-0-10-0-released.md
new file mode 100644
index 0000000..fb19b4f
--- /dev/null
+++ b/_posts/2016-08-23-apache-kudu-0-10-0-released.md
@@ -0,0 +1,30 @@
+---
+layout: post
+title: Apache Kudu 0.10.0 released
+author: Todd Lipcon
+---
+
+The Apache Kudu team is happy to announce the release of Kudu 0.10.0!
+
+This latest version adds several new features, including:
+<!--more-->
+
+- Users may now manually manage the partitioning of a range-partitioned table
+  by adding or dropping range partitions after a table has been created. This
+  can be particularly helpful for time-series workloads. Dan Burkert posted
+  an [in-depth blog](/2016/08/23/new-range-partitioning-features.html) today
+  detailing the new feature.
+
+- Multi-master (HA) Kudu clusters are now significantly more stable.
+
+- Administrators may now reserve a certain amount of disk space on each of its
+  configured data directories.
+
+- Kudu's integration with Spark has been substantially improved and is much
+  more flexible.
+
+This release also includes many bug fixes and other improvements, detailed in
+the release notes below.
+
+* Read the detailed [Kudu 0.10.0 release notes](http://kudu.apache.org/releases/0.10.0/docs/release_notes.html)
+* Download the [Kudu 0.10.0 source release](http://kudu.apache.org/releases/0.9.0/)