Hi, I am trying to deploy datahub using ```datahub...
# troubleshoot
s
Hi, I am trying to deploy datahub using
Copy code
datahub docker quickstart
I got port conflicts with elastic search, schema registry and datahub-gms. I see we can pass different ports for elastic search and schema registry but no documentation available for datahub-gms. leaving datahub-gms aside, I tried passing different ports for elastic search and schema registry like this, datahub docker quickstart --elastic-port 7310 --schema-registry-port 7311 But, no luck datahub is using same old ports. Can anyone help me out here
I tried this as well,
datahub docker quickstart --quickstart-compose-file <path to compose file>
but no luck. Seeing following issue
Unable to run quickstart - the following issues were detected:
- kafka-setup is still running - schema-registry is not running - datahub-gms is still starting - mysql-setup is still running - broker is not running - elasticsearch-setup is still running
h
@incalculable-ocean-74010/@orange-night-91387 could you help @straight-agent-79732?
s
It's working fine now, I messed up ports, did not realise docker networks setup. I have changed exposed conflicted ports.