Hello, Can I deploy DataHub with Docker, if Open M...
# all-things-deployment
b
Hello, Can I deploy DataHub with Docker, if Open MetaData (another Data Cataloging Tool) is already deployed with Docker. Open MetaData has four containers (MySQL, Elasticsearch, Apache Airflow, OpenMetadata UI). Will there be any problem when deploying DataHub as it also has MySQL and ElasticSearch as containers?
c
I have tried it too. Did not come across any issues.
b
@calm-scientist-99377 Have you ingested some metadata in Open Metadata?
While deploying DataHub with docker, mysql and broker container is giving errors.
Looks like Open MetaData's SQL container is giving some problem. Below is DataHub's sql container logs :-
b
Hi! Is there a particular reason to use MariaDB over something like MySQl? MySQL is the default recommendation 🙂
And is most well supported by the core team!
c
did you try changing the service name and keeping it unique in the compose files. In my scenario, I used same postgres instance for both the tools. Now I moved to k8s.
b
Redeployed the DataHub after nuking the docker images.
datahub docker nuke
datahub docker quickstart
It got deployed and is working fine. Thanks for the help.