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 f8d1fe4  HADOOP-19770 Release Hadoop 3.4.3: fixing download link
f8d1fe4 is described below

commit f8d1fe4b50cc8601e751db8ffd805792be2b74b1
Author: Steve Loughran <[email protected]>
AuthorDate: Mon Feb 2 16:52:28 2026 +0000

    HADOOP-19770 Release Hadoop 3.4.3: fixing download link
---
 README.md                                  | 6 +++---
 src/releases/release-info-3.4.3.properties | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ac758c7..500bbb3 100644
--- a/README.md
+++ b/README.md
@@ -593,12 +593,12 @@ This relies on the relevant `release-info-` file 
declaring the URL to download t
 
amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-${hadoop.version}-RC${rc}/
 ```
 
-### Choose full versus lean downloads
+### (Obsolete) Choose full versus lean downloads
 
 The property `category` controls what suffix to use when downloading artifacts.
 The default value, "", pulls in the full binaries.
 If set to `-lean` then lean artifacts are downloaded and validated.
-(note: this is obsolete but retained in case it is needed for arm64 validation)
+(_note: this is obsolete but retained in case it is needed for arm64 
validation_)
 
 ```
 category=-lean
@@ -621,7 +621,7 @@ category=-lean
 | `release.site.validate` | perform minimal validation of the site.            
        |
 
 
-set `check.native.binaries` to false to skip native binary checks on platforms 
without them
+Set `check.native.binaries` to false to skip native binary checks on platforms 
without them
 
 ### Download the Staged RC files from the Apache http servers
 
diff --git a/src/releases/release-info-3.4.3.properties 
b/src/releases/release-info-3.4.3.properties
index ddf41b9..02a80f1 100644
--- a/src/releases/release-info-3.4.3.properties
+++ b/src/releases/release-info-3.4.3.properties
@@ -27,7 +27,7 @@ aws.sdk2.version=2.35.4
 jira.id=HADOOP-19770
 jira.title=Release Hadoop 3.4.3
 
-amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/3.4.3-RC0
+amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.3-RC0
 arm.src.dir=${amd.src.dir}
 http.source=${amd.src.dir}
 
asf.staging.url=https://repository.apache.org/content/repositories/orgapachehadoop-1461


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to