Repository: kudu
Updated Branches:
  refs/heads/gh-pages 69955e424 -> 39235c29b


Add blog post for 1.0.0

Change-Id: I052ee5dea2d7a4ef3942ca3f7f93085b86d9d82e
Reviewed-on: http://gerrit.cloudera.org:8080/4478
Reviewed-by: Dan Burkert <d...@cloudera.com>
Tested-by: Todd Lipcon <t...@apache.org>


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

Branch: refs/heads/gh-pages
Commit: 39235c29b065e842acd40c136ba3d3afe7d37762
Parents: 69955e4
Author: Todd Lipcon <t...@cloudera.com>
Authored: Tue Sep 20 10:16:24 2016 -0700
Committer: Todd Lipcon <t...@apache.org>
Committed: Tue Sep 20 17:21:18 2016 +0000

----------------------------------------------------------------------
 _posts/2016-09-20-apache-kudu-1-0-0-released.md | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/39235c29/_posts/2016-09-20-apache-kudu-1-0-0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2016-09-20-apache-kudu-1-0-0-released.md 
b/_posts/2016-09-20-apache-kudu-1-0-0-released.md
new file mode 100644
index 0000000..a9afc3f
--- /dev/null
+++ b/_posts/2016-09-20-apache-kudu-1-0-0-released.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title: Apache Kudu 1.0.0 released
+author: Todd Lipcon
+---
+
+The Apache Kudu team is happy to announce the release of Kudu 1.0.0!
+
+This latest version adds several new features, including:
+
+<!--more-->
+
+- Removal of multiversion concurrency control (MVCC) history is now supported.
+This allows Kudu to reclaim disk space, where previously Kudu would keep a full
+history of all changes made to a given table since the beginning of time.
+
+- Most of Kudu’s command line tools have been consolidated under a new
+top-level `kudu` tool. This reduces the number of large binaries distributed
+with Kudu and also includes much-improved help output.
+
+- Administrative tools including `kudu cluster ksck` now support running
+against multi-master Kudu clusters.
+
+- The C++ client API now supports writing data in `AUTO_FLUSH_BACKGROUND` mode.
+This can provide higher throughput for ingest workloads.
+
+This release also includes many bug fixes, optimizations, and other
+improvements, detailed in the [release 
notes](/releases/1.0.0/docs/release_notes.html).
+
+* Download the [Kudu 1.0.0 source release](/releases/1.0.0/)
+* Convenience binary artifacts for the Java client and various Java
+integrations (eg Spark, Flume) are also now available via the ASF Maven
+repository.

Reply via email to