Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-29 Thread Yikun Jiang
> I'm going to cut a 3.3.4 release this week, i will try to do an arm binary too. Thanks! @steven! Pls let me know if any other break thing happened! And previous @brahma helped to release hadoop arm64 release, maybe he could give some more ideas. also cc him. > I'm assuming that the arm docker i

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-17 Thread Steve Loughran
aah. if there something killing the hive/tez upgrade then that's major...they are trying to move up from hadoop 3.1 as a dependency and it will be a significant improvement for everything (for example, you can't build iceberg on hadoop 3.2+. I will start getting everything else ready while they are

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-17 Thread Cheng Pan
Thanks for the explanation, look forward to the upcoming 3.3.4. BTW, I found HADOOP-18033 may corrupt Hadoop Shaded Client[1], could the release manager confirm that? If so, hopes we can fix it in 3.3.4. [1] https://github.com/apache/incubator-kyuubi/issues/2904 Thanks, Cheng Pan On Fri, Jun 17

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-17 Thread Wei-Chiu Chuang
I think only the tarball needs to be uploaded. The Maven repository doesn't (the jars would be the same?) At least that's what I did before. On Thu, Jun 16, 2022 at 6:04 PM Ayush Saxena wrote: > > > > I'm assuming that the arm docker image can do the build, either on my > > macbook or more likel

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-17 Thread Steve Loughran
ok, let me start the build this w/e. one last minute change I intend to is cut hadoop-cos out as a dependency of hadoop-cloud-storage, as the short term workaround for https://issues.apache.org/jira/browse/HADOOP-18159 code which pulls in hadoop-cloud-storage will not get the cos-api library whic

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-16 Thread Ayush Saxena
> > I'm assuming that the arm docker image can do the build, either on my > macbook or more likely an arm linux vm in someones cloud infrastructure? Yes, it would be the same release script but should be run on an ARM machine. The create-release script handles it here: https://github.com/apache/ha

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-16 Thread Steve Loughran
i'm going to cut a 3.3.4 release this week, i will try to do an arm binary too. on that topic: how do i do this? I'm assuming that the arm docker image can do the build, either on my macbook or more likely an arm linux vm in someones cloud infrastructure? if that's true, how do i get its artifac

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-16 Thread Ayush Saxena
Same question here: https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol -Ayush Sent from my iPhone > On 16-Jun-2022, at 10:11 AM, Cheng Pan wrote: > > Hi community, > > I'm using Hadoop 3.3.1 to build cross-platform Docker images, and when > I'm trying to upgrade to 3.3.2 or 3.

Where is aarch64 tgz for 3.3.2 and 3.3.3

2022-06-15 Thread Cheng Pan
Hi community, I'm using Hadoop 3.3.1 to build cross-platform Docker images, and when I'm trying to upgrade to 3.3.2 or 3.3.3, I found there is no aarch64 tgz like 3.3.1[1]. Where can I get them? [1] https://dlcdn.apache.org/hadoop/core/hadoop-3.3.1/hadoop-3.3.1-aarch64.tar.gz Thanks, Cheng Pan