Hello everyone, I have ran the datahub docker quic...
# getting-started
f
Hello everyone, I have ran the datahub docker quickstart on EC2. It is stuck in a loop with the same rows keeps on printing, prints in thread. Update: I get this error :
Copy code
Unable to run quickstart - the following issues were detected:
- datahub-gms is not running
- mysql-setup did not exit cleanly
- elasticsearch-setup did not exit cleanly
Copy code
datahub docker quickstart --quickstart-compose-file=docker-compose-without-neo4j-m1.quickstart.yml
Pulling elasticsearch          ... done
Pulling elasticsearch-setup    ... done
Pulling mysql                  ... done
Pulling datahub-gms            ... done
Pulling datahub-frontend-react ... done
Pulling datahub-actions        ... done
Pulling mysql-setup            ... done
Pulling zookeeper              ... done
Pulling broker                 ... done
Pulling schema-registry        ... done
Pulling kafka-setup            ... done

elasticsearch is up-to-date
Recreating mysql             ... done
Recreating zookeeper         ... done
Starting elasticsearch-setup ... done
Recreating broker            ... 
Recreating mysql-setup       ... done
Recreating broker            ... done
datahub-frontend-react is up-to-date
datahub_datahub-actions_1 is up-to-date
Recreating schema-registry   ... done
Recreating kafka-setup       ... done
........
zookeeper is up-to-date
Starting mysql ... 
elasticsearch is up-to-date
broker is up-to-date
Starting elasticsearch-setup ... 
Starting mysql               ... done
Starting elasticsearch-setup ... done
datahub-gms is up-to-date
Starting mysql-setup         ... 
datahub_datahub-actions_1 is up-to-date
Starting mysql-setup         ... done
..............
mysql is up-to-date
elasticsearch is up-to-date
zookeeper is up-to-date
Starting mysql-setup ... 
datahub-gms is up-to-date
Starting elasticsearch-setup ... 
broker is up-to-date
datahub_datahub-actions_1 is up-to-date
Starting mysql-setup         ... done
Starting elasticsearch-setup ... done
Starting kafka-setup         ... done
..............
zookeeper is up-to-date
elasticsearch is up-to-date
mysql is up-to-date
broker is up-to-date
Starting elasticsearch-setup ... 
Starting elasticsearch-setup ... done
Starting datahub-gms         ... 
Starting datahub-gms         ... done
Starting mysql-setup         ... done
datahub_datahub-actions_1 is up-to-date
datahub-frontend-react is up-to-date
..............
mysql is up-to-date
elasticsearch is up-to-date
zookeeper is up-to-date
Starting mysql-setup ... 
Starting datahub-gms ... 
Starting mysql-setup         ... done
Starting datahub-gms         ... done
Starting elasticsearch-setup ... done
Starting kafka-setup         ... done
datahub_datahub-actions_1 is up-to-date
datahub-frontend-react is up-to-date
..............
mysql is up-to-date
zookeeper is up-to-date
elasticsearch is up-to-date
Starting mysql-setup ... 
Starting datahub-gms ... 
broker is up-to-date
Starting mysql-setup         ... done
Starting datahub-gms         ... done
kafka-setup is up-to-date
datahub_datahub-actions_1 is up-to-date
Starting elasticsearch-setup ... done
.............
mysql is up-to-date
zookeeper is up-to-date
elasticsearch is up-to-date
Starting mysql-setup ... 
Starting datahub-gms ... 
broker is up-to-date
Starting mysql-setup               ... done
schema-registry is up-to-date
Starting elasticsearch-setup       ... done
Starting kafka-setup               ... done
Starting datahub_datahub-actions_1 ... done
..............
mysql is up-to-date
elasticsearch is up-to-date
zookeeper is up-to-date
Starting mysql-setup ... 
Starting datahub-gms ... 
Starting elasticsearch-setup ... 
Starting datahub-gms         ... done
Starting mysql-setup         ... done
Starting kafka-setup         ... 
Starting elasticsearch-setup ... done
Starting kafka-setup         ... done
..............
elasticsearch is up-to-date
zookeeper is up-to-date
mysql is up-to-date
Starting elasticsearch-setup ... 
broker is up-to-date
Starting datahub-gms         ... 
Starting elasticsearch-setup ... done
Starting datahub-gms         ... done
kafka-setup is up-to-date
datahub-frontend-react is up-to-date
Starting mysql-setup         ... done
..............
elasticsearch is up-to-date
zookeeper is up-to-date
mysql is up-to-date
Starting elasticsearch-setup ... 
broker is up-to-date
Starting elasticsearch-setup ... done
Starting datahub-gms         ... done
schema-registry is up-to-date
Starting kafka-setup         ... 
Starting mysql-setup         ... done
Starting kafka-setup         ... done
..............
mysql is up-to-date
zookeeper is up-to-date
elasticsearch is up-to-date
Starting mysql-setup ... 
Starting datahub-gms ... 
Starting mysql-setup         ... done
Starting datahub-gms         ... done
schema-registry is up-to-date
Starting kafka-setup         ... done
Starting elasticsearch-setup ... done
datahub-frontend-react is up-to-date
.....
after a long time I got this output:
Copy code
Unable to run quickstart - the following issues were detected:
- datahub-gms is not running
- mysql-setup did not exit cleanly
- elasticsearch-setup did not exit cleanly

If you think something went wrong, please file an issue at <https://github.com/datahub-project/datahub/issues>
or send a message in our Slack <https://slack.datahubproject.io/>
Be sure to attach the logs from /tmp/tmpkioksjmp.log
I tried to run again and got this output this time:
Copy code
Unable to run quickstart - the following issues were detected:
- kafka-setup is still running
- datahub-gms is not running
- mysql-setup did not exit cleanly
- elasticsearch-setup did not exit cleanly

If you think something went wrong, please file an issue at <https://github.com/datahub-project/datahub/issues>
or send a message in our Slack <https://slack.datahubproject.io/>
Be sure to attach the logs from /tmp/tmpqbni386h.log
m
@incalculable-ocean-74010
f
@incalculable-ocean-74010 I found through logs and someone else found the same thing - there is some kind of problem with Kafka schema registry on the arm CPUs (Graviton & M1 (?)) Is there a known issue?
i
What version of the datahub cli are you using?
I’m running quickstart v0.8.41 on an M1 mac without issue
Also, for some reason I can’t seem to be able to download the logs you shared.
f
@incalculable-ocean-74010 Do you want me to send it anywhere else? reupload it? I run it with M1 as well, but the kafka fails on Graviton CPUs (AWS, Amazon’s CPU)
@incalculable-ocean-74010 Run with datahub CLI version v0.8.42
i
Re-upload it.