And it works when I run the command manually inside the docker container.
On Thu, Aug 1, 2024 at 1:52 PM Mukund Madhav Thakur
wrote:
> yes it was not backported to the trunk branch.
>
> After skipping the sign step, the build fails in yarn-ui with this error.
> I have tried a few times by now b
yes it was not backported to the trunk branch.
After skipping the sign step, the build fails in yarn-ui with this error. I
have tried a few times by now but it always fails so it's not intermittent.
There was some python failure as well before this which I fixed by setting
the PYTHON env variable
+ one thing to consider is you don't need to sign the macos releases, or
publish to maven staging. all we want is that native lib
hadoop release support takes the 86 tarball and builds a new tar with a
different name, the lib swapped over but the exact same jar files, then
signs it outside of the
On Fri, 26 Jul 2024 at 23:08, Mukund Madhav Thakur
wrote:
> Omg Steve already found and fixed the JAVA_HOME issue in create-release
> for arm64 which I had to spend some time recently.
> https://github.com/apache/hadoop/pull/6962
>
i really don't remember that. Why did you have to repeat it...di
Omg Steve already found and fixed the JAVA_HOME issue in create-release for
arm64 which I had to spend some time recently.
https://github.com/apache/hadoop/pull/6962
Thanks for the link Ayush. I don't see anything gpg related here though.
On Fri, Jul 26, 2024 at 12:31 AM Ayush Saxena wrote:
>
Hi Mukund,
If I remember correctly, there were some issues with the
create-release for Arm, but after some changes it worked on branch-3,
but I think the changes were done only on branch-3, maybe because some
changes were already present on trunk.
You check this PR [1], if it has anything relevant
Hi Everyone,
I am trying to create arm64 binaries for RC 3.4.1 in my local MacOS but it
is failing with below gpg signing error inside docker. Same command runs
perfectly fine
outside docker on my mac. Please advise of any solution/workaround if any
of you have seen this before. Thanks
starting gp