-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Ic3af2ee9e16f3d09138e37f6021b1efffb4f5368 Reviewed-on: http://gerrit.cloudera.org:8080/22069 Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Ashwani Raina <[email protected]> Tested-by: Abhishek Chennaka <[email protected]> Reviewed-by: Mahesh Reddy <[email protected]>
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
--- | ||
layout: post | ||
title: Apache Kudu 1.17.1 Released | ||
author: Abhishek Chennaka | ||
--- | ||
|
||
The Apache Kudu team is happy to announce the release of Kudu 1.17.1! | ||
|
||
This maintenance release fixes critical bugs and build issues discovered in Apache | ||
Kudu 1.17.0. Users of Kudu 1.17.0 are encouraged to upgrade to 1.17.1 as soon as | ||
possible. | ||
|
||
The changes include the following: | ||
|
||
<!--more--> | ||
|
||
* Upgraded several thirdparty components either to address CVEs or fix build | ||
issues discovered with contemporary releases. | ||
|
||
* Fixed file descriptor leak in encryption-at-rest | ||
(see https://issues.apache.org/jira/browse/KUDU-3520[KUDU-3520]). | ||
|
||
* Fixed bug in range-aware tablet replica placement causing Kudu master to crash | ||
(see https://issues.apache.org/jira/browse/KUDU-3532[KUDU-3532]). | ||
|
||
The above is just a few of the fixes, for a more complete list of improvements and | ||
fixes please refer to the [release notes](/releases/1.17.1/docs/release_notes.html). | ||
|
||
The Apache Kudu project only publishes source code releases. To build Kudu | ||
1.17.1, follow these steps: | ||
|
||
- Download the Kudu [1.17.1 source release](/releases/1.17.1) | ||
- Follow the instructions in the documentation to build Kudu [1.17.1 from | ||
source](/releases/1.17.1/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.17.1). | ||
|
||
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). |