brief-lock-26227
10/17/2021, 3:33 PM% datahub docker quickstart
Fetching docker-compose file from GitHub
No Datahub Neo4j volume found, starting with elasticsearch as graph service.
To use neo4j as a graph backend, run
`datahub docker quickstart --quickstart-compose-file ./docker/quickstart/docker-compose.quickstart.yml`
from the root of the datahub repo
Pulling elasticsearch ... done
Pulling elasticsearch-setup ... done
Pulling mysql ... pulling from library/mysql
Pulling datahub-gms ... done
Pulling datahub-frontend-react ... done
Pulling mysql-setup ... done
Pulling zookeeper ... done
Pulling broker ... done
Pulling schema-registry ... done
Pulling kafka-setup ... done
ERROR: for mysql no matching manifest for linux/arm64/v8 in the manifest list entries
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries
[2021-10-17 09:24:33,254] ERROR {datahub.entrypoints:99} - File "/opt/homebrew/lib/python3.9/site-packages/datahub/entrypoints.py", line 91, in main
...
I found a page saying it might help to have a platform:
specified in the Dockerfile, but the only Dockerfile I can find is transient and I haven't found a good way to edit the one that the quickstart script executes.
Any suggestions?mammoth-bear-12532
--quickstart-compose-file
option. Let us know how it goes.mammoth-bear-12532
brief-lock-26227
10/17/2021, 3:53 PMmysql
section of the docker file:
platform: linux/x86_64
as recommended by the best answer here.mammoth-bear-12532
brief-lock-26227
10/18/2021, 3:02 PMplatform
statement could cause issues for others. Also, I'm still not able to get the quickstart working. See my post in this channel from a few minutes ago.