Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-08-01 Thread Mukund Madhav Thakur
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

Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-08-01 Thread Mukund Madhav Thakur
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

Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-07-29 Thread Steve Loughran
+ 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

Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-07-29 Thread Steve Loughran
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

Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-07-26 Thread Mukund Madhav Thakur
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: >

Re: Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-07-25 Thread Ayush Saxena
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

Need help with gpg signing while creating 3.4.1 release using MacOS M3

2024-07-25 Thread Mukund Madhav Thakur
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