big-data-europe / docker-hive

1.02k stars 544 forks source link

Getting qemu: uncaught target signal 11 (Segmentation fault) - core dumped Segmentation fault #43

Open ruchit6370 opened 3 years ago

ruchit6370 commented 3 years ago

I try to run docker-hive using following commands, but I'm not able to start hive server, and getting some segmentation fault error.

$ docker-compose up -d
Docker Compose is now in the Docker CLI, try `docker compose up`

Recreating docker-hive_datanode_1                  ... done
Recreating docker-hive_hive-server_1               ... done
Recreating docker-hive_namenode_1                  ... done
Recreating docker-hive_hive-metastore-postgresql_1 ... done
Recreating docker-hive_presto-coordinator_1        ... done
Recreating docker-hive_hive-metastore_1            ... done
$ docker-compose exec hive-server bash
root@2c02ebc72a4d:/opt# /opt/hive/bin/beeline -u jdbc:hive2://localhost:10000
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault

I see many people have faced similar issue. In this comment, it is suggested to supply arm64 or multi-arch image. Is this done, or possible to do in future? I'm facing this issue on Mac M1.

Durgajo commented 3 years ago

Facing the same issue on Mac M1

NanoBjorn commented 3 years ago

same here

pablos87 commented 3 years ago

Facing the same issue on Mac M1

toby1991 commented 3 years ago

Facing the same issue on Mac M1

rinat-akhmetov commented 3 years ago

so am I. Step to reproduce docker run --platform linux/amd64 --rm -p8000:8000 -p8001:8001 -p8002:8002 nvcr.io/nvidia/tritonserver:21.08-py3 tritonserver --model-repository=/models

Melvandito commented 3 years ago

facing the same issue

status: PENDING ASSETS ii: Waiting SIGSEGV: segmentation violation PC=0x0 m=7 sigcode=0 qemu: uncaught target signal 11 (Segmentation fault) - core dumpe

michaeljwiebe commented 2 years ago

same issue, mac M1. adding platform: "linux/x86_64" to one of the images in my docker-compose.yml file seems to have fixed this

kelsi-kw commented 2 years ago

Same issue. qemu: uncaught target signal 11 (Segmentation fault) - core dumpe