This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git
The following commit(s) were added to refs/heads/main by this push: new 3ec259b HADOOP-19087: core announcement 3ec259b is described below commit 3ec259b48a8486cb845291ba5035c3f8ada732a4 Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Fri Oct 18 11:48:17 2024 +0100 HADOOP-19087: core announcement --- README.md | 9 ++++++--- src/text/core-announcement.txt | 29 ----------------------------- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index d171928..8554bcc 100644 --- a/README.md +++ b/README.md @@ -514,8 +514,11 @@ This will import all the KEYS from then verify the signature of each downloaded file. If you don't yet trust the key of whoever signed the release then -1. In your keychain app: update the keys from the server, to see +1. Refresh the keys from the OpenPGP server, to see if they've been signed by others. + + gpg --refresh-keys + 2. Perform whatever key verification you can and sign the key that level -ideally push up the signature to the servers. @@ -603,7 +606,7 @@ ant release.arm.commands # Testing on a remote server -Currently the way to do this is to clone this hadoop-release-support +The way to do this is to clone this `hadoop-release-support` repository to the remote server and run the validation commands there. @@ -776,7 +779,7 @@ the generated files in `target/` ant release.site.announcement ``` -The announcement must be geneated before the next stage, +The announcement must be generated before the next stage, so make sure the common body of the site and email annoucement is up-to-date: `src/text/core-announcement.txt` diff --git a/src/text/core-announcement.txt b/src/text/core-announcement.txt index 683af9f..4973023 100644 --- a/src/text/core-announcement.txt +++ b/src/text/core-announcement.txt @@ -1,20 +1,6 @@ This is a release of Apache Hadoop ${release.branch} line. -Key changes include - -* A big update of dependencies to try and keep those reports of - transitive CVEs under control -both genuine and false positives. -* Critical fix to ABFS input stream prefetching for correct reading. -* Vectored IO API for all FSDataInputStream implementations, with - high-performance versions for file:// and s3a:// filesystems. - file:// through java native IO - s3a:// parallel GET requests. -* Arm64 binaries. Note, because the arm64 release was on a different - platform, the jar files may not match those of the x86 - release -and therefore the maven artifacts. -* Security fixes in Hadoop's own code. - Users of Apache Hadoop ${previous.version} and earlier should upgrade to this release. @@ -26,18 +12,3 @@ the previous ${previous.version} release, please check [release notes][2] and [changelog][3]. -Azure ABFS: Critical Stream Prefetch Fix ----------------------------------------- - -The ABFS connector has a critical bug fix -https://issues.apache.org/jira/browse/HADOOP-18546: -*ABFS. Disable purging list of in-progress reads in abfs stream close().* - -All users of the abfs connector in hadoop releases 3.3.2+ MUST either upgrade -to this release or disable prefetching by setting -`fs.azure.readaheadqueue.depth` to `0`. - - -[1]: http://hadoop.apache.org/docs/r${ver}/index.html -[2]: http://hadoop.apache.org/docs/r${ver}/hadoop-project-dist/hadoop-common/release/${ver}/RELEASENOTES.${ver}.html -[3]: http://hadoop.apache.org/docs/r${ver}/hadoop-project-dist/hadoop-common/release/${ver}/CHANGELOG.${ver}.html --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org