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 e032d39 HADOOP-19770 3.4.3 RC1
e032d39 is described below
commit e032d399fa9f8ab43f5bba53211e4071932d8eb2
Author: Steve Loughran <[email protected]>
AuthorDate: Sat Feb 7 17:58:27 2026 +0000
HADOOP-19770 3.4.3 RC1
---
README.md | 19 ++++++++++++-------
build.xml | 4 ++--
src/releases/release-info-3.4.3.properties | 5 ++---
3 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index 500bbb3..b845983 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,10 @@ the classpath.
Installed applications/platforms
-* Branch 3.4 Java 8+. Later releases are valid for validation too (and
required for some projects)
+* Branch 3.4: Java 8. Later Java releases are valid for validation too (and
required for some projects)
* trunk: Java 17
* Apache Ant.
-* Apache maven
+* Apache Maven 3.9.12
* gpg
* git
* subversion (for staging artifacts; not needed for validation)
@@ -167,7 +167,7 @@ sudo apt install openjdk-8-jre-headless
java -version
```
-Install maven
+Install maven (only needed on branches without ./mvnw to do this .)
```bash
wget
https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.tar.gz
tar -xvf apache-maven-3.9.11-bin.tar.gz
@@ -236,7 +236,7 @@ dev-support/bin/create-release --asfrelease --docker
--dockercache
```
-### Create a `src/releases/release-X.Y.X.properties`
+### Create a `src/releases/release-X.Y.X.properties` file
Create a new release properties file, using an existing one as a template.
Update as a appropriate.
@@ -260,7 +260,7 @@ validating PRs.
ant -Drelease.version=3.4.1
```
-### create a new `build.properties`.
+### create a `build.properties` file for your local build setup
```properties
@@ -386,9 +386,11 @@ next step if `ant arm.release` process after this.
create the release.
```bash
-time dev-support/bin/create-release --docker --dockercache --deploy --native
--sign
+time dev-support/bin/create-release --docker --dockercache --native --sign
```
+Leaving out the `-deploy` option keeps the artifacts out of nexus
+
*Important* make sure there is no duplicate staged hadoop repo in nexus.
If there is: drop and restart the x86 release process to make sure it is the
one published
@@ -406,7 +408,7 @@ ant arm.sign.artifacts release.dir.check
Create the remote build on an arm server.
```bash
-time dev-support/bin/create-release --docker --dockercache --deploy --native
--sign
+time dev-support/bin/create-release --docker --dockercache --native --sign
```
| name | value |
@@ -1061,6 +1063,9 @@ Use the "tagging the final release" commands printed
1. Wait for all the release artifacts to be copied from the apache.org release
repository to all the mirror sites.
2. Announce on hadoop-general as well as developer lists.
+# update site doap rdf
+
+Update hadoop-site `hadoop-site/content/doap_Hadoop.rdf` with the new release
version and date.
## Clean up your local system
diff --git a/build.xml b/build.xml
index f749e97..28b4d71 100644
--- a/build.xml
+++ b/build.xml
@@ -706,13 +706,13 @@
git log tags/${tag.name}
# how to push to apache
- git push apache ${tag.name}
+ git push origin ${tag.name}
# if needed, how to delete locally
git tag -d ${tag.name}
# if needed, how to delete it from apache
- git push --delete apache ${tag.name}
+ git push --delete origin ${tag.name}
# tagging the final release
git tag -s rel/release-${hadoop.version} -m "${jira.id}. Hadoop
${hadoop.version} release"
diff --git a/src/releases/release-info-3.4.3.properties
b/src/releases/release-info-3.4.3.properties
index 02a80f1..14a45df 100644
--- a/src/releases/release-info-3.4.3.properties
+++ b/src/releases/release-info-3.4.3.properties
@@ -16,11 +16,10 @@
# property file for 3.4.3
hadoop.version=3.4.3
-rc=RC0
-#category=-lean
+rc=RC1
previous.version=3.4.2
release.branch=3.4.3
-git.commit.id=56b832dfd5
+git.commit.id=c2f160e4889
aws.sdk2.version=2.35.4
# HADOOP-19770 Release Hadoop 3.4.3
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]