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 2017/08/03 19:02:49 UTC

kudu git commit: Add backdated announcement blog post for 1.4

Repository: kudu
Updated Branches:
  refs/heads/gh-pages e94e04d29 -> 354ef9cf0


Add backdated announcement blog post for 1.4

Change-Id: I9bea8c7f0d54d4b96a33f910383a38237d0db765
Reviewed-on: http://gerrit.cloudera.org:8080/7576
Reviewed-by: Jean-Daniel Cryans <jd...@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/354ef9cf
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/354ef9cf
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/354ef9cf

Branch: refs/heads/gh-pages
Commit: 354ef9cf06e88f59f7657671e004e4a447142bfd
Parents: e94e04d
Author: Todd Lipcon <to...@cloudera.com>
Authored: Thu Aug 3 10:50:08 2017 -0700
Committer: Todd Lipcon <to...@apache.org>
Committed: Thu Aug 3 19:02:29 2017 +0000

----------------------------------------------------------------------
 _posts/2017-06-13-apache-kudu-1-4-0-released.md | 33 ++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/354ef9cf/_posts/2017-06-13-apache-kudu-1-4-0-released.md
----------------------------------------------------------------------
diff --git a/_posts/2017-06-13-apache-kudu-1-4-0-released.md b/_posts/2017-06-13-apache-kudu-1-4-0-released.md
new file mode 100644
index 0000000..bb0dbe6
--- /dev/null
+++ b/_posts/2017-06-13-apache-kudu-1-4-0-released.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title: Apache Kudu 1.4.0 released
+author: Todd Lipcon
+---
+
+The Apache Kudu team is happy to announce the release of Kudu 1.4.0!
+
+Apache Kudu 1.4.0 is a minor release which offers several new features,
+improvements, optimizations, and bug fixes.
+
+Highlights include:
+
+<!--more-->
+
+- ability to alter storage attributes and default values for existing columns
+- a new C++ client API to efficiently map primary keys to their associated partitions
+  and hosts
+- support for long-running fault-tolerant scans in the Java client
+- a new `kudu fs check` command which can perform offline consistency checks
+  and repairs on the local on-disk storage of a Tablet Server or Master.
+- many optimizations to reduce disk space usage, improve write throughput,
+  and improve throughput of background maintenance operations.
+
+The above list of changes is non-exhaustive. Please refer to the
+[release notes](/releases/1.4.0/docs/release_notes.html)
+for an expanded list of important improvements, bug fixes, and
+incompatible changes before upgrading.
+
+* Download the [Kudu 1.4.0 source release](/releases/1.4.0/)
+* Convenience binary artifacts for the Java client and various Java
+integrations (eg Spark, Flume) are also now available via the ASF Maven
+repository.