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 776b1fc  HADOOP-19087. rc3
776b1fc is described below

commit 776b1fc322e4037effd85c65ea73741b0fa1322d
Author: Steve Loughran <ste...@cloudera.com>
AuthorDate: Tue Oct 15 15:06:24 2024 +0100

    HADOOP-19087. rc3
---
 README.md                                  | 6 +++++-
 src/releases/release-info-3.4.1.properties | 6 +++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 0dd59ac..89d002c 100644
--- a/README.md
+++ b/README.md
@@ -558,7 +558,8 @@ of index.html files in the site root and under api/.
 
 ### untar binary release
 
-Untars the (already downloaded) binary tar to `target/bin-untar`
+Untars the (already downloaded) binary tar to `bin/hadoop fs -ls $BUCKET/
+`
 
 ```bash
 ant release.bin.untar
@@ -626,6 +627,8 @@ you are actually trying to transitively build components, 
such as run spark test
 the parquet artifact you build with the RC.
 If you find yourself doing this: you've just become a CI system without the 
automation.
 
+## Purge any existing artifacts from the maven repository
+
 First, purge your maven repository of all `hadoop-` JAR files of the
 pending release version
 
@@ -638,6 +641,7 @@ ant mvn-purge
 Download the artifacts from maven staging repositories and compile/test a 
minimal application
 
 ```bash
+mvn clean
 ant mvn-test
 ```
 
diff --git a/src/releases/release-info-3.4.1.properties 
b/src/releases/release-info-3.4.1.properties
index aed2246..9858f32 100644
--- a/src/releases/release-info-3.4.1.properties
+++ b/src/releases/release-info-3.4.1.properties
@@ -16,10 +16,10 @@
 
 # property file for 3.4.1
 hadoop.version=3.4.1
-rc=RC2
+rc=RC3
 previous.version=3.4.0
 release.branch=3.4.1
-git.commit.id=b3a4b582eeb729a0f48eca77121dd5e2983b2004
+git.commit.id=4d7825309348956336b8f06a08322b78422849b1
 
 jira.id=HADOOP-19087
 jira.title=Release 3.4.1
@@ -27,7 +27,7 @@ jira.title=Release 3.4.1
 amd.src.dir=https://dist.apache.org/repos/dist/dev/hadoop/hadoop-3.4.1-RC2/
 arm.src.dir=${amd.src.dir}
 http.source=${amd.src.dir}
-asf.staging.url=https://repository.apache.org/content/repositories/orgapachehadoop-1426
+asf.staging.url=https://repository.apache.org/content/repositories/orgapachehadoop-1430
 
 cloudstore.profile=sdk2
 


---------------------------------------------------------------------
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