deepakpanda93 commented on issue #15481: URL: https://github.com/apache/hudi/issues/15481#issuecomment-5189528544
@jonvex could you try [hudi-notebooks/](https://github.com/apache/hudi/tree/master/hudi-notebooks)? It has Trino and Presto alongside Spark, Hive Metastore and MinIO: cd hudi-notebooks ./build.sh ./run_spark_hudi.sh start Trino UI → http://localhost:8085/ · Presto UI → http://localhost:8086/ · JupyterLab → http://localhost:8888/ There are worked examples for both: [06_hudi_trino_example.ipynb](https://github.com/apache/hudi/blob/master/hudi-notebooks/notebooks/common/06_hudi_trino_example.ipynb) and [07_hudi_presto_example.ipynb](https://github.com/apache/hudi/blob/master/hudi-notebooks/notebooks/common/07_hudi_presto_example.ipynb). It builds Trino 481 and Presto 0.297 from the official upstream images, both of which publish linux/arm64. I started them on an arm64 host and both came up (SERVER STARTED, /v1/info → 200) — Presto now only warns "Support for the ARM architecture is experimental" where it used to fail with requires amd64 or ppc64le. Worth noting the hangs and timeouts you hit were a separate symptom from the architecture check, so those are the thing to watch. If it works for you, this can probably be closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
