[ 
https://issues.apache.org/jira/browse/HADOOP-18401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17579021#comment-17579021
 ] 

Veli-Jussi Raitila edited comment on HADOOP-18401 at 8/12/22 5:40 PM:
----------------------------------------------------------------------

The container fails to start on M1 Macs due to missing wheels for the 
lazy-object-proxy library for Python. Platform compatibility tags do not match 
any of the ones supported in the Linux VM used by Docker Desktop on a Mac.

It subsequently tries to build the library from source instead, but that does 
not work either since said library version depended on, by pylint I suppose, 
relies on Python future annotations not yet available in Python 3.6 - the one 
packaged in the Ubuntu Bionic repos.

Not sure whether any of this is necessary at runtime, but I've never built 
Hadoop before.


was (Author: JIRAUSER294345):
The container fails to start on M1 Macs and I suppose on all ARM64 hosts due to 
missing wheels for said architecture and the lazy-object-proxy library for 
Python.

It subsequently tries to build the library from source instead, but that does 
not work either since said library version depended on, by pylint I suppose, 
relies on Python future annotations not yet available in Python 3.6 in Ubuntu 
Bionic repos.

Not sure whether any of this is necessary at runtime, but I've never built 
Hadoop before.

> release files miss hadoop-3.3.4-aarch64.tar.gz
> ----------------------------------------------
>
>                 Key: HADOOP-18401
>                 URL: https://issues.apache.org/jira/browse/HADOOP-18401
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 3.3.2, 3.3.3, 3.3.4
>            Reporter: Ling Xu
>            Priority: Minor
>         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]

Reply via email to