[
https://issues.apache.org/jira/browse/HADOOP-18401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17611686#comment-17611686
]
ASF GitHub Bot commented on HADOOP-18401:
-----------------------------------------
ayushtkn commented on PR #4953:
URL: https://github.com/apache/hadoop/pull/4953#issuecomment-1263811306
Java Home isn't getting set correctly in the release script.
https://github.com/steveloughran/hadoop/blob/build/HADOOP-18401-arm-64-branch-3.3/dev-support/bin/create-release#L517
I was able to repro the issue, changed the condition to include arm64 and
then had to do a docker system prune -a, else this statement wasn't getting
picked up, post that it worked. Do give a check if the statement is getting
executed if you get the same error
```
diff --git a/dev-support/bin/create-release b/dev-support/bin/create-release
index 73af023390e..a93dc77fba9 100755
-
> No ARM binaries in branch-3.3.x releases
> ----------------------------------------
>
> Key: HADOOP-18401
> URL: https://issues.apache.org/jira/browse/HADOOP-18401
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 3.3.2, 3.3.3, 3.3.4
> Reporter: Ling Xu
> Priority: Minor
> Labels: pull-request-available
> Attachments: image-2022-08-11-14-54-15-490.png
>
>
> release files miss hadoop-3.3.4-aarch64.tar.gz
> !image-2022-08-11-14-54-15-490.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]