You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ab...@apache.org on 2022/06/21 16:57:51 UTC

[kudu] branch gh-pages updated: Add 1.16.0 release announcement

This is an automated email from the ASF dual-hosted git repository.

abukor pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/kudu.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new acfcb0969 Add 1.16.0 release announcement
acfcb0969 is described below

commit acfcb096951affed732f33de4766aabd33dbd310
Author: Attila Bukor <ab...@apache.org>
AuthorDate: Thu Jun 16 13:35:27 2022 +0200

    Add 1.16.0 release announcement
    
    Change-Id: I7da50983c34ebc74a86d02e869ab4356ff580b7c
    Reviewed-on: http://gerrit.cloudera.org:8080/18628
    Reviewed-by: Alexey Serbin <al...@apache.org>
    Tested-by: Attila Bukor <ab...@apache.org>
---
 _posts/2022-06-17-apache-kudu-1-16-0-released.md | 40 ++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/_posts/2022-06-17-apache-kudu-1-16-0-released.md b/_posts/2022-06-17-apache-kudu-1-16-0-released.md
new file mode 100644
index 000000000..190359b0b
--- /dev/null
+++ b/_posts/2022-06-17-apache-kudu-1-16-0-released.md
@@ -0,0 +1,40 @@
+---
+layout: post
+title: Apache Kudu 1.16.0 Released
+author: Attila Bukor
+---
+
+The Apache Kudu team is happy to announce the release of Kudu 1.16.0!
+
+The new release adds several new features and improvements, including the
+following:
+
+<!--more-->
+
+* Kudu has a new `/startup` page on the web UI where admins can easily track
+  startup progress of a Kudu server.
+
+* It is now possible to change the replication of an existing table, and to
+  require a minimum replication factor across a Kudu cluster.
+
+The above is just a list of the highlights, for a more complete list of new
+features, improvements and fixes please refer to the [release
+notes](/releases/1.16.0/docs/release_notes.html).
+
+The Apache Kudu project only publishes source code releases. To build Kudu
+1.16.0, follow these steps:
+
+- Download the Kudu [1.16.0 source release](/releases/1.16.0)
+- Follow the instructions in the documentation to build Kudu [1.16.0 from
+  source](/releases/1.16.0/docs/installation.html#build_from_source)
+
+For your convenience, binary JAR files for the Kudu Java client library, Spark
+DataSource, Flume sink, and other Java integrations are published to the ASF
+Maven repository and are [now
+available](https://search.maven.org/search?q=g:org.apache.kudu%20AND%20v:1.16.0).
+
+The Python client source is also available on
+[PyPI](https://pypi.org/project/kudu-python/).
+
+Additionally, experimental Docker images are published to
+[Docker Hub](https://hub.docker.com/r/apache/kudu).