Re: [I] iceberg docker-compose quickstart fail [iceberg]

2024-11-18 Thread via GitHub
nastra commented on issue #11544: URL: https://github.com/apache/iceberg/issues/11544#issuecomment-2482143545 It might be because docker is limiting how much memory that container gets. Maybe try running the `iceberg-rest` container in isolation first. Typically it shouldn't need a lot of m

Re: [I] iceberg docker-compose quickstart fail [iceberg]

2024-11-18 Thread via GitHub
nastra closed issue #11544: iceberg docker-compose quickstart fail URL: https://github.com/apache/iceberg/issues/11544 -- 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 unsub

[I] iceberg docker-compose quickstart fail [iceberg]

2024-11-13 Thread via GitHub
HelloWorldwangjiacheng opened a new issue, #11544: URL: https://github.com/apache/iceberg/issues/11544 ### Apache Iceberg version 1.5.0 ### Query engine Spark ### Please describe the bug 🐞 Background: I just want to make a quick-start spark-iceberg under do