astonishing-lizard-90580
08/02/2022, 5:48 PMsquare-activity-64562
08/02/2022, 5:49 PMastonishing-lizard-90580
08/02/2022, 5:50 PMastonishing-lizard-90580
08/02/2022, 5:52 PMdatahub docker quickstart
First, after pulling the docker images succeeds, I notice some env var warnings:
- elasticsearch-setup Pulled 134.7s
- 530afca65e2e Pull complete 128.6s
- 02e1860c0d23 Pull complete 130.7s
- 58af42c2dc92 Pull complete 131.2s
- c047989cbaa8 Pull complete 132.0s
.
time="2022-08-02T10:26:00-07:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
time="2022-08-02T10:26:00-07:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
time="2022-08-02T10:26:00-07:00" level=warning msg="The \"DATAHUB_TELEMETRY_ENABLED\" variable is not set. Defaulting to a blank string."
time="2022-08-02T10:26:00-07:00" level=warning msg="The \"HOME\" variable is not set. Defaulting to a blank string."
Second, the containers all start successfully, but after a few minutes (without me touching anything, e.g. not even loading localhost in a browser)
+] Running 11/11
- Container elasticsearch Running 0.0s
- Container zookeeper Running 0.0s
- Container mysql Running 0.0s
- Container broker Running 0.0s
- Container elasticsearch-setup Started 1.0s
- Container mysql-setup Started 1.3s
- Container schema-registry Running 0.0s
- Container datahub-gms Running 0.0s
- Container kafka-setup Started 1.3s
- Container datahub-frontend-react Running 0.0s
- Container datahub-datahub-actions-1 Running 0.0s
.............
Unable to run quickstart - the following issues were detected:
- kafka-setup is still running
- datahub-gms is running but not healthysquare-activity-64562
08/02/2022, 5:53 PMHOME variable in one of the version which we fixed later CLI versionastonishing-lizard-90580
08/02/2022, 5:54 PMpython3 -m datahub version
DataHub CLI version: 0.8.41.2
Python version: 3.9.13 (tags/v3.9.13:6de2ca5, May 17 2022, 16:36:42) [MSC v.1929 64 bit (AMD64)]astonishing-lizard-90580
08/02/2022, 5:55 PMastonishing-lizard-90580
08/02/2022, 5:57 PMdatahub-gms errors, which I can copy/paste logs from here if you want. That of course makes it impossible to log ingray-shoe-75895
08/02/2022, 6:13 PMgray-shoe-75895
08/02/2022, 6:14 PMDATAHUB_TELEMETRY_ENABLED=true datahub docker quickstart (false works too - it just can’t be unset)gray-shoe-75895
08/02/2022, 6:14 PMastonishing-lizard-90580
08/02/2022, 6:16 PMCaused by:
org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'telemetry.enabled-server' to booleanI don't work with java but that looks like it may be the root error in gms yeah
gray-shoe-75895
08/02/2022, 6:23 PMastonishing-lizard-90580
08/02/2022, 6:24 PMset DATAHUB_TELEMETRY_ENABLED=true
Then run:
python3 -m datahub docker quickstart