[
https://issues.apache.org/jira/browse/HUDI-4984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635518#comment-17635518
]
Jonathan Vexler edited comment on HUDI-4984 at 11/17/22 7:33 PM:
-----------------------------------------------------------------
For presto,
We tried using the arm version of the image
{code:java}
apachehudi/hudi-hadoop_2.8.4-prestobase_0.271:linux-arm64-0.10.1{code}
{{but got the error }}
{code:java}
Presto requires amd64 or ppc64le on Linux (found aarch64) {code}
{{I built an upgraded version of presto to .275 which is}}
{code:java}
apachehudi/hudi-hadoop_2.8.4-prestobase_0.275:latest {code}
{{but that timed out when I tried to run presto queries}}
{{We also tried to increase PRESTO_JVM_MAX_HEAP to 1024M, for both .271 and
.275 but both timed out as well}}
was (Author: JIRAUSER295101):
For presto,
We tried using the arm version of the image
{{}}
{code:java}
apachehudi/hudi-hadoop_2.8.4-prestobase_0.271:linux-arm64-0.10.1{code}
{{}}
{{but got the error }}
{code:java}
Presto requires amd64 or ppc64le on Linux (found aarch64) {code}
{{I built an upgraded version of presto to .275 which is}}
{code:java}
apachehudi/hudi-hadoop_2.8.4-prestobase_0.275:latest {code}
{{but that timed out when I tried to run presto queries}}
{{We also tried to increase PRESTO_JVM_MAX_HEAP to 1024M, for both .271 and
.275 but both timed out as well}}
> Presto and Trino don't work in Docker Demo M1 mac
> -------------------------------------------------
>
> Key: HUDI-4984
> URL: https://issues.apache.org/jira/browse/HUDI-4984
> Project: Apache Hudi
> Issue Type: Bug
> Components: dependencies, dev-experience
> Reporter: Jonathan Vexler
> Priority: Major
>
> Presto and Trino don't work in Docker Demo M1 mac. We have been able to get
> the other components to work on m1 but not Presto or Trino. Trino may work
> just by updating the image that is used for adhoc-1/2 because the Trino
> images we made for aarch64 are
> {code:java}
> apachehudi/hudi-hadoop_2.8.4-trinoworker_368:linux-arm64-0.12.0
> apachehudi/hudi-hadoop_2.8.4-trinocoordinator_368:linux-arm64-0.12.0 {code}
> Presto will definitely be difficult because it does not support m1 mac
> currently
--
This message was sent by Atlassian Jira
(v8.20.10#820010)