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

mthakur pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hadoop-release-support.git

commit bfe915ed7dd11fee4633b04c517328d2157ec232
Author: Mukund Thakur <mtha...@cloudera.com>
AuthorDate: Thu Oct 10 11:34:38 2024 +0530

    HADOOP-19087 changes for Hadoop 3.4.1 release
---
 release.properties                         |  1 +
 src/releases/release-info-3.4.1.properties |  5 +++--
 src/text/vote.txt                          | 18 +++++++-----------
 3 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/release.properties b/release.properties
index 9e051a9..a389206 100644
--- a/release.properties
+++ b/release.properties
@@ -15,4 +15,5 @@
 # limitations under the License.
 
 # Version of the git-managed release info file
+# Actual file is present under src/release/ directory.
 release.version=3.4.1
diff --git a/src/releases/release-info-3.4.1.properties 
b/src/releases/release-info-3.4.1.properties
index 9858f32..2af3981 100644
--- a/src/releases/release-info-3.4.1.properties
+++ b/src/releases/release-info-3.4.1.properties
@@ -22,9 +22,10 @@ release.branch=3.4.1
 git.commit.id=4d7825309348956336b8f06a08322b78422849b1
 
 jira.id=HADOOP-19087
-jira.title=Release 3.4.1
+jira.title=Release Hadoop 3.4.1
 
-amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.1-RC2/
+amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.1-RC3/
+amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.1-RC3
 arm.src.dir=${amd.src.dir}
 http.source=${amd.src.dir}
 
asf.staging.url=https://repository.apache.org/content/repositories/orgapachehadoop-1430
diff --git a/src/text/vote.txt b/src/text/vote.txt
index 29f69be..36b0eac 100644
--- a/src/text/vote.txt
+++ b/src/text/vote.txt
@@ -2,7 +2,7 @@
 
 Apache Hadoop ${hadoop.version}
 
-Mukund and I have put together a release candidate (${rc}) for Hadoop 
${hadoop.version}.
+I have put together a release candidate (${rc}) for Hadoop ${hadoop.version}.
 
 What we would like is for anyone who can to verify the tarballs, especially
 anyone who can try the arm64 binaries as we want to include them too.
@@ -13,7 +13,7 @@ https://dist.apache.org/repos/dist/dev/hadoop/${rc.dirname}/
 The git tag is ${tag.name}, commit ${git.commit.id}
 
 The maven artifacts are staged at
-${nexus.staging.url}
+${asf.staging.url}
 
 You can find my public key at:
 https://dist.apache.org/repos/dist/release/hadoop/common/KEYS
@@ -24,18 +24,14 @@ 
https://dist.apache.org/repos/dist/dev/hadoop/${rc.dirname}/CHANGELOG.md
 Release notes
 https://dist.apache.org/repos/dist/dev/hadoop/${rc.dirname}/RELEASENOTES.md
 
-This is off branch-3.3 and is the first big release since 3.3.2.
+This is off branch-3.4.1
 
 Key changes include
 
-* Big update of dependencies to try and keep those reports of
-  transitive CVEs under control -both genuine and false positives.
-* HDFS RBF enhancements
-* 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.
+* Bulk Delete API. https://issues.apache.org/jira/browse/HADOOP-18679
+* Fixes and enhancements in Vectored IO API.
+* Improvements in Hadoop Azure connector.
+* Fixes and improvements post upgrade to AWS V2 SDK in S3AConnector.
 * This release includes Arm64 binaries. Please can anyone with
   compatible systems validate these.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to