Hej Team, I am trying to explore DataHub and start...
# troubleshoot
a
Hej Team, I am trying to explore DataHub and started with using quickstart. I have encountered the following error
Unable to run quickstart - the following issues were detected:
- kafka-setup is still running
- datahub-gms is running but not healthy
The message is slightly misleading - kafka-setup is not running. Anyway - I am looking at an earlier post - https://datahubspace.slack.com/archives/C029A3M079U/p1650276230288759 where the user tries an older version to get it going (v0.8.33). I am apparently using
DataHub CLI version: 0.8.45
Is it still necessary to try an older version? The datahub-gms container logs is attached if you are interested to see the error.
b
hi, there is know issue with
0.8.45
related to the ElasticSearch job so
0.8.44
would be better, but your problem seems not related to that. Could you try it with
0.8.44
to be on the safe side?
a
Cool, will give it a shot. Thanks!
b
just to confirm you are using
datahub docker quickstart
or the `./docker/quickstart.sh`script?
a
I am using
datahub docker quickstart
And guess what, using v0.8.33 got it working 🙂 Not sure what updates I will be missing but nevertheless I have something to get started with.
b
probably unrelated, but docker-compose version got bumped as well to
3.8
a
Hmm, I have v2.10.2 - perhaps using 3.8 is recommended?