-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hive
docker container crash for integration test on M1
#835
Comments
@kevinjqliu thanks for reporting. This surprises me since I'm also on a M1. Do you know which Docker version you're using? |
Not sure if its my env / setup. I've tried resetting docker a couple times
Its still intermittent for me |
A few weeks ago I received this error. Then I ran export DOCKER_DEFAULT_PLATFORM=linux/amd64 before executing the tests and it fixed the issue. |
@ndrluis are you using M1 Mac by chance? I tried |
@kevinjqliu Yes, I'm using an M1 Mac. 🤔 Do you have the "Use Rosetta for x86_64/amd64 emulation on Apple Silicon" option activated? |
Apache Iceberg version
None
Please describe the bug 🐞
While running integration tests on M1 mac, the
hive
container will crash randomly with a JVM error message.Sometimes, restarting the container works.
Stacktrace
Possibly related:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
when runningdocker-compose up
on Apple Silicon docker/for-mac#5123The text was updated successfully, but these errors were encountered: