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

commit a7f0a05f8371cd6fa1f3be86dfeeb4501f01a54e
Author: Steve Loughran <ste...@cloudera.com>
AuthorDate: Tue Mar 12 12:02:47 2024 +0000

    HADOOP-19018. 3.4.0 RC3 validation work: arm64 linux
    
    Improving docs and build comments
---
 README.md | 12 ++++++++++--
 build.xml |  4 ++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f282e9f..6d6dd6b 100644
--- a/README.md
+++ b/README.md
@@ -447,10 +447,18 @@ check.native.binaries=false
 ant release.bin.commands -Dcheck.native.binaries=false
 ```
 
-## Testing on a remote server
+## Testing ARM binaries
 
-A set of targets exist to copy and the binary artifacts on a remote server.
+```bash
+ant release.arm.untar
+ant release.arm.commands
+```
+
+# Testing on a remote server
 
+Currently the way to do this is to clone the hadoop-release
+repository to the remote server and run the validation
+commands there.
 
 # Building and testing projects from the staged maven artifacts
 
diff --git a/build.xml b/build.xml
index a31f987..5183b60 100644
--- a/build.xml
+++ b/build.xml
@@ -1124,7 +1124,7 @@ Message is in file ${message.out}
       <arg value="${release}.tar" />
     </x>
     <echo>
-      Binary release expanded into target/bin-untar/${release}
+      x86 Binary release expanded into target/bin-untar/${release}
     </echo>
   </target>
 
@@ -1170,7 +1170,7 @@ Message is in file ${message.out}
 
 
   <target name="release.arm.untar" depends="release.dir.check"
-    description="untar the x86 binary release">
+    description="untar the ARM binary release">
 
     <mkdir dir="target/arm-untar" />
     <gunzip src="${release.dir}/${arm.binary.filename}" 
dest="target/arm-untar"/>


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