You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by Cheng Pan <pa...@gmail.com> on 2022/06/16 04:40:39 UTC

Where is aarch64 tgz for 3.3.2 and 3.3.3

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

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Yikun Jiang <yi...@gmail.com>.
> 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 image can do the build, either on my
macbook or more likely an arm linux vm in someones cloud infrastructure?

@steven IIRC, there was an arm64 vm that was donated to Apache Infra to
help hadoop arm release.

Regards,
Yikun


On Thu, Jun 16, 2022 at 12:41 PM Cheng Pan <pa...@gmail.com> 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.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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Steve Loughran <st...@cloudera.com.INVALID>.
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
which breaks s3 connections working against some regions; if
people explicitly want to use the cos store, they can just add it as a
dependency





On Thu, 16 Jun 2022 at 11:03, Ayush Saxena <ay...@gmail.com> wrote:

> 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/hadoop/blob/1b25851ad9ca5d1fc12b67089bb5adaa53641245/dev-support/bin/create-release#L207-L210
>
> if that's true, how do i get its artifacts into the release? is the idea I
>> just upload a whole new binary .tar.gz file with a suffix to make clear its
>> arm, while the rest of release (source, maven artifacts etc) comes from the
>> main one?
>
>
> Uploading the .tar.gz, the signature and the checksum files suffixed with
> -aarch64.tar.gz and so should do. Can check this commit, just upload files
> in a way that they get recognized by this code:
>
> https://github.com/apache/hadoop-site/commit/7487c909e835c10f6fe24aeb52d9784c4f06bdea
>
>
> for example
> if 3.3.3 had arm release the paths would have looked the way here:
>
> https://github.com/apache/hadoop-site/blob/asf-site/content/releases.html#L214-L216
>
> -Ayush
>
> On Thu, 16 Jun 2022 at 15:03, Steve Loughran <st...@cloudera.com> wrote:
>
>> 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 artifacts into the release? is the idea
>> I just upload a whole new binary .tar.gz file with a suffix to make clear
>> its arm, while the rest of release (source, maven artifacts etc) comes from
>> the main one?
>>
>> On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com> wrote:
>>
>>> Same question here:
>>>
>>> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
>>>
>>> -Ayush
>>>
>>> Sent from my iPhone
>>>
>>> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
>>> >
>>> > ---------------------------------------------------------------------
>>> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
>>> > For additional commands, e-mail: common-dev-help@hadoop.apache.org
>>> >
>>>
>>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Steve Loughran <st...@cloudera.com.INVALID>.
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 looking at that

On Fri, 17 Jun 2022 at 12:45, Cheng Pan <pa...@gmail.com> wrote:

> 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, 2022 at 7:44 PM Cheng Pan <pa...@gmail.com> wrote:
> >
> > 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, 2022 at 5:55 PM Wei-Chiu Chuang <we...@cloudera.com>
> wrote:
> > >
> > > 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 <ay...@gmail.com>
> wrote:
> > >>
> > >> >
> > >> > 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/hadoop/blob/1b25851ad9ca5d1fc12b67089bb5adaa53641245/dev-support/bin/create-release#L207-L210
> > >>
> > >> if that's true, how do i get its artifacts into the release? is the
> idea I
> > >> > just upload a whole new binary .tar.gz file with a suffix to make
> clear its
> > >> > arm, while the rest of release (source, maven artifacts etc) comes
> from the
> > >> > main one?
> > >>
> > >>
> > >> Uploading the .tar.gz, the signature and the checksum files suffixed
> with
> > >> -aarch64.tar.gz and so should do. Can check this commit, just upload
> files
> > >> in a way that they get recognized by this code:
> > >>
> https://github.com/apache/hadoop-site/commit/7487c909e835c10f6fe24aeb52d9784c4f06bdea
> > >>
> > >>
> > >> for example
> > >> if 3.3.3 had arm release the paths would have looked the way here:
> > >>
> https://github.com/apache/hadoop-site/blob/asf-site/content/releases.html#L214-L216
> > >>
> > >> -Ayush
> > >>
> > >> On Thu, 16 Jun 2022 at 15:03, Steve Loughran <st...@cloudera.com>
> wrote:
> > >>
> > >> > 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 artifacts into the release? is the
> idea I
> > >> > just upload a whole new binary .tar.gz file with a suffix to make
> clear its
> > >> > arm, while the rest of release (source, maven artifacts etc) comes
> from the
> > >> > main one?
> > >> >
> > >> > On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com>
> wrote:
> > >> >
> > >> >> Same question here:
> > >> >>
> > >> >> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
> > >> >>
> > >> >> -Ayush
> > >> >>
> > >> >> Sent from my iPhone
> > >> >>
> > >> >> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com>
> 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.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
> > >> >> >
> > >> >> >
> ---------------------------------------------------------------------
> > >> >> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> > >> >> > For additional commands, e-mail:
> common-dev-help@hadoop.apache.org
> > >> >> >
> > >> >>
> > >> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>
>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Cheng Pan <pa...@gmail.com>.
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, 2022 at 7:44 PM Cheng Pan <pa...@gmail.com> wrote:
>
> 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, 2022 at 5:55 PM Wei-Chiu Chuang <we...@cloudera.com> wrote:
> >
> > 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 <ay...@gmail.com> wrote:
> >>
> >> >
> >> > 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/hadoop/blob/1b25851ad9ca5d1fc12b67089bb5adaa53641245/dev-support/bin/create-release#L207-L210
> >>
> >> if that's true, how do i get its artifacts into the release? is the idea I
> >> > just upload a whole new binary .tar.gz file with a suffix to make clear its
> >> > arm, while the rest of release (source, maven artifacts etc) comes from the
> >> > main one?
> >>
> >>
> >> Uploading the .tar.gz, the signature and the checksum files suffixed with
> >> -aarch64.tar.gz and so should do. Can check this commit, just upload files
> >> in a way that they get recognized by this code:
> >> https://github.com/apache/hadoop-site/commit/7487c909e835c10f6fe24aeb52d9784c4f06bdea
> >>
> >>
> >> for example
> >> if 3.3.3 had arm release the paths would have looked the way here:
> >> https://github.com/apache/hadoop-site/blob/asf-site/content/releases.html#L214-L216
> >>
> >> -Ayush
> >>
> >> On Thu, 16 Jun 2022 at 15:03, Steve Loughran <st...@cloudera.com> wrote:
> >>
> >> > 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 artifacts into the release? is the idea I
> >> > just upload a whole new binary .tar.gz file with a suffix to make clear its
> >> > arm, while the rest of release (source, maven artifacts etc) comes from the
> >> > main one?
> >> >
> >> > On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com> wrote:
> >> >
> >> >> Same question here:
> >> >>
> >> >> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
> >> >>
> >> >> -Ayush
> >> >>
> >> >> Sent from my iPhone
> >> >>
> >> >> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
> >> >> >
> >> >> > ---------------------------------------------------------------------
> >> >> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> >> >> > For additional commands, e-mail: common-dev-help@hadoop.apache.org
> >> >> >
> >> >>
> >> >

---------------------------------------------------------------------
To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-dev-help@hadoop.apache.org


Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Wei-Chiu Chuang <we...@cloudera.com.INVALID>.
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 <ay...@gmail.com> wrote:

> >
> > 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/hadoop/blob/1b25851ad9ca5d1fc12b67089bb5adaa53641245/dev-support/bin/create-release#L207-L210
>
> if that's true, how do i get its artifacts into the release? is the idea I
> > just upload a whole new binary .tar.gz file with a suffix to make clear
> its
> > arm, while the rest of release (source, maven artifacts etc) comes from
> the
> > main one?
>
>
> Uploading the .tar.gz, the signature and the checksum files suffixed with
> -aarch64.tar.gz and so should do. Can check this commit, just upload files
> in a way that they get recognized by this code:
>
> https://github.com/apache/hadoop-site/commit/7487c909e835c10f6fe24aeb52d9784c4f06bdea
>
>
> for example
> if 3.3.3 had arm release the paths would have looked the way here:
>
> https://github.com/apache/hadoop-site/blob/asf-site/content/releases.html#L214-L216
>
> -Ayush
>
> On Thu, 16 Jun 2022 at 15:03, Steve Loughran <st...@cloudera.com> wrote:
>
> > 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 artifacts into the release? is the idea
> I
> > just upload a whole new binary .tar.gz file with a suffix to make clear
> its
> > arm, while the rest of release (source, maven artifacts etc) comes from
> the
> > main one?
> >
> > On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com> wrote:
> >
> >> Same question here:
> >>
> >> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
> >>
> >> -Ayush
> >>
> >> Sent from my iPhone
> >>
> >> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> >> > For additional commands, e-mail: common-dev-help@hadoop.apache.org
> >> >
> >>
> >
>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Ayush Saxena <ay...@gmail.com>.
>
> 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/hadoop/blob/1b25851ad9ca5d1fc12b67089bb5adaa53641245/dev-support/bin/create-release#L207-L210

if that's true, how do i get its artifacts into the release? is the idea I
> just upload a whole new binary .tar.gz file with a suffix to make clear its
> arm, while the rest of release (source, maven artifacts etc) comes from the
> main one?


Uploading the .tar.gz, the signature and the checksum files suffixed with
-aarch64.tar.gz and so should do. Can check this commit, just upload files
in a way that they get recognized by this code:
https://github.com/apache/hadoop-site/commit/7487c909e835c10f6fe24aeb52d9784c4f06bdea


for example
if 3.3.3 had arm release the paths would have looked the way here:
https://github.com/apache/hadoop-site/blob/asf-site/content/releases.html#L214-L216

-Ayush

On Thu, 16 Jun 2022 at 15:03, Steve Loughran <st...@cloudera.com> wrote:

> 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 artifacts into the release? is the idea I
> just upload a whole new binary .tar.gz file with a suffix to make clear its
> arm, while the rest of release (source, maven artifacts etc) comes from the
> main one?
>
> On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com> wrote:
>
>> Same question here:
>>
>> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
>>
>> -Ayush
>>
>> Sent from my iPhone
>>
>> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
>> > For additional commands, e-mail: common-dev-help@hadoop.apache.org
>> >
>>
>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Steve Loughran <st...@cloudera.com.INVALID>.
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 artifacts into the release? is the idea I
just upload a whole new binary .tar.gz file with a suffix to make clear its
arm, while the rest of release (source, maven artifacts etc) comes from the
main one?

On Thu, 16 Jun 2022 at 09:56, Ayush Saxena <ay...@gmail.com> wrote:

> Same question here:
>
> https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol
>
> -Ayush
>
> Sent from my iPhone
>
> > On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> > For additional commands, e-mail: common-dev-help@hadoop.apache.org
> >
>

Re: Where is aarch64 tgz for 3.3.2 and 3.3.3

Posted by Ayush Saxena <ay...@gmail.com>.
Same question here:

https://lists.apache.org/thread/rjn4zhdc30zrorsyr8jcsovmbl5hq6ol

-Ayush

Sent from my iPhone

> On 16-Jun-2022, at 10:11 AM, Cheng Pan <pa...@gmail.com> 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.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
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: common-dev-unsubscribe@hadoop.apache.org
> For additional commands, e-mail: common-dev-help@hadoop.apache.org
>