Hi I am new to datahub after cloning <https://gi...
# getting-started
c
Hi I am new to datahub after cloning https://github.com/linkedin/datahub/blob/master/docs/quickstart.md when i run
Copy code
./docker/quickstart.sh
it got stuck as below and keep repating the same can someone help me
m
you can check docker processes by
docker ps -a
if all the required services are running or not
or open http://localhost:9001 and check UI
thank you 1
c
Hi @microscopic-book-98466 It isn't working.... if i have to run docker ps -a I have to exit this ./docker/quickstart.sh execution and it fails to run Datahub But I did what u said and the images are exited Please suggest thanks
plus1 1
e
Hi. have you tried going to https://localhost:9001 once you see those messages? Seems like you are ctrl+c ing out of the quickstart which stops all the containers. Bad handshake messages from mysql is benign.
quickstart.sh needs to be running for the containers to be alive. If you want it to detach, you can try adding a -d option in the docker-compose up command inside the shell script!
c
hi @early-lamp-41924 i tried running localhost:9001 but no luck. However, I still get MySQL bad handshake continuously as shown below and the setup is not getting completed Please let me know If u have sometime to help me out thanks
s
Maybe check if your MySQL is running correctly?
docker log -f mysql
b
Hi @curved-crayon-1929! Were you able to get everything worked out?
c
Hi @big-carpet-38439 it working now
i want to do data ingestion into this tool
can u help me on that
b
This is a place to start! https://github.com/linkedin/datahub/blob/master/metadata-ingestion/README.md Let me know if you have specific questions 🙂