Hi All, I cloned the code and try to run it in my ...
# getting-started
h
Hi All, I cloned the code and try to run it in my local. when I tried to start the service (call docker/quickstart.sh) It shows the error datahub-gms exited with code 255.
m
Hi @hundreds-finland-95017, could you paste the full log? Also, I am assuming docker is running on your local machine?
h
yes, I cloned the code and manually and tried to start all the services (datahub-gms,Kafka,MySQL,elastic search) . So I ran docker/quickstart.sh. I am not able to start gms service. Please can you guide me on how should start all the services before injecting the data locally?
Copy code
elasticsearch:
datahub-gms | 2021/11/16 181512 Problem with request: Get "http://elasticsearch:9200": dial tcp 172.18.0.39200 connect: connection refused. Sleeping 1s
the health checkup of elastic search within datahub-gms is got failed
m
ok, I can try it out myself and see what's going on. However, if you want to try ingestion locally, are you unable to use the datahub cli? Is there a blocker that is stopping you?
h
yes, I am not able to start the datahub-gms to inject my metadata locally.