Hi team, I am using docker compose quickstart, but below error showed up. Can anyone help with this? Thanks
dependency failed to start: container datahub-zookeeper-1 exited (1)
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
- Are you using UI or CLI for ingestion?
- Which DataHub version are you using? (e.g. 0.12.0)
- What data source(s) are you integrating with DataHub? (e.g. BigQuery)
- Using CLI for ingestion
- DataHub CLI version: 0.13.1.2
Please share logs of the zookeeper-1 container: https://datahubproject.io/docs/how/extract-container-logs/
Hi Davi, as zookeeper gets exited, I cannot get id by following the manual
See the line Be sure to attach the logs from /tmp/tmp1doehl21.log
. That log file is probably going to have the relevant information.
Also you can just run docker logs datahub-zookeeper-1
to see the zookeeper container logs if it was started.