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 26d7876  HADOOP-19770 Release Hadoop 3.4.3: copy sdk in
26d7876 is described below

commit 26d78760ac705c75a10f3e8ca5d251d49a6478fc
Author: Steve Loughran <[email protected]>
AuthorDate: Mon Feb 2 19:42:20 2026 +0000

    HADOOP-19770 Release Hadoop 3.4.3: copy sdk in
    
    RC0 failure
    
    Adding s3guard and findclass commands to fail fast if the hadoop-azure
    and hadoop-aws artifacts are missing
---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index e48b43f..f749e97 100644
--- a/build.xml
+++ b/build.xml
@@ -1280,7 +1280,7 @@ Message is in file ${message.out}
     description="copy s3a dependencies">
     <copy
       file="${mvn.dependencies.dir}/bundle-${aws.sdk2.version}.jar"
-      todir="${hadoop.tools.lib.dir}" />
+      todir="${hadoop.common.lib.dir}" />
   </target>
 
   <!-- copy the core site.xml file from a location -->


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

Reply via email to