broad-thailand-41358
02/15/2022, 5:48 PM(base) scottlam@penguin:~$ datahub docker quickstart
Unable to run quickstart:
- Docker doesn't seem to be running. Did you start it?
(base) scottlam@penguin:~$little-megabyte-1074
broad-thailand-41358
02/15/2022, 6:26 PMbroad-thailand-41358
02/15/2022, 6:26 PM(base) scottlam@penguin:~$ sudo docker -v
Docker version 20.10.6, build 370c289
(base) scottlam@penguin:~$
/home/scottlam/anaconda3/bin/python
(base) scottlam@penguin:~$ python
Python 3.8.5 (default, Sep 4 2020, 07:30:14)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>broad-thailand-41358
02/15/2022, 6:27 PMlittle-megabyte-1074
incalculable-ocean-74010
02/15/2022, 8:42 PMdatahub docker quickstart command with sudo?broad-thailand-41358
02/16/2022, 3:16 PMError starting userland proxy: listen tcp4 0.0.0.0:8080: bind: address already in useincalculable-ocean-74010
02/16/2022, 3:32 PMdatahub docker quickstart launches a docker-compose instance based on your machine’s characteristics. You can see here which one: https://github.com/acryldata/datahub-fork/blob/90b7b9ddddcb5f3778089692c62c3eb52af195c8/metadata-ingestion/src/datahub/cli/docker.py#L202, or alternatively check your terminal logs when you run that command.
For instance on my machine it says:
(datahub-env) ➜ ~ datahub docker quickstart
Detected M1 machine
Datahub Neo4j volume found, starting with neo4j as graph service.
If you want to run using elastic, run `datahub docker nuke` and re-ingest your data.
Running with neo4j on M1 is not currently supported, will be using elasticsearch as graph
Fetching docker-compose file <https://raw.githubusercontent.com/linkedin/datahub/master/docker/quickstart/docker-compose-without-neo4j-m1.quickstart.yml> from GitHub
Meaning that the cli tool runs this file where port 8080 is for DataHub’s backend called GMS.
You can copy the file your cli tool refers to your local machine, modify the 8080 port to something else and then run: datahub docker --quickstart-compose-file <path to your local docker-compose file>broad-thailand-41358
02/16/2022, 3:50 PMFailed to log in! SyntaxError: Unexpected token < in JSON at position 0broad-thailand-41358
02/16/2022, 3:59 PMincalculable-ocean-74010
02/16/2022, 4:40 PMdatahub docker check to confirm whether all services are up and running?incalculable-ocean-74010
02/16/2022, 4:41 PMbroad-thailand-41358
02/16/2022, 4:44 PMbroad-thailand-41358
02/16/2022, 4:45 PMbroad-thailand-41358
02/16/2022, 6:11 PMincalculable-ocean-74010
02/16/2022, 6:17 PMgreen-football-43791
02/16/2022, 6:19 PMgreen-football-43791
02/16/2022, 6:19 PMgreen-football-43791
02/16/2022, 6:20 PMbroad-thailand-41358
02/16/2022, 7:50 PMbroad-thailand-41358
02/16/2022, 7:56 PMbroad-thailand-41358
02/16/2022, 7:57 PMgreen-football-43791
02/16/2022, 8:05 PMgreen-football-43791
02/16/2022, 8:09 PMgreen-football-43791
02/16/2022, 8:09 PMbroad-thailand-41358
02/17/2022, 5:34 PM17:28:33 [qtp544724190-13] INFO c.l.m.r.entity.EntityResource - GET LIST RESULTS for dataHubIngestionSource with filter {or=[{and=[]}]}
17:28:33 [qtp544724190-13] INFO c.l.parseq.TaskDescriptorFactory - No provider found for TaskDescriptor, falling back to DefaultTaskDescriptor
17:28:33 [pool-9-thread-1] INFO c.l.m.filter.RestliLoggingFilter - POST /entities?action=list - list - 200 - 288ms
17:28:33 [pool-9-thread-1] INFO c.l.m.filter.RestliLoggingFilter - GET /entitiesV2?aspects=List(dataHubIngestionSourceInfo)&ids=List() - batchGet - 200 - 21ms
17:28:33 [pool-8-thread-1] INFO c.d.m.ingestion.IngestionScheduler - Successfully fetched 0 ingestion sources.broad-thailand-41358
02/22/2022, 5:04 PMincalculable-ocean-74010
02/22/2022, 5:10 PMbroad-thailand-41358
02/22/2022, 5:48 PM17:39:51 [main] WARN o.a.k.c.producer.ProducerConfig - The configuration 'schema.registry.security.protocol' was supplied but isn't a known config.
17:39:51 [main] WARN o.a.k.c.producer.ProducerConfig - The configuration 'schema.registry.ssl.keystore.location' was supplied but isn't a known config.
17:39:51 [main] WARN o.a.k.c.producer.ProducerConfig - The configuration 'schema.registry.ssl.keystore.password' was supplied but isn't a known config.
17:39:51 [main] WARN o.a.k.c.producer.ProducerConfig - The configuration 'schema.registry.ssl.truststore.password' was supplied but isn't a known config.
17:39:51 [main] WARN o.a.k.c.producer.ProducerConfig - The configuration 'schema.registry.ssl.truststore.location' was supplied but isn't a known config.broad-thailand-41358
02/22/2022, 5:48 PM17:41:46 [main] WARN c.l.r.t.h.client.HttpClientFactory - No scheduled executor is provided to HttpClientFactory, using it's own scheduled executor.
17:41:46 [main] WARN c.l.r.t.h.client.HttpClientFactory - No callback executor is provided to HttpClientFactory, using it's own call back executor.
17:41:46 [main] WARN c.l.r.t.h.client.HttpClientFactory - No Compression executor is provided to HttpClientFactory, using it's own compression executor.broad-thailand-41358
02/22/2022, 5:49 PM17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.security.protocol' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.keystore.password' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.truststore.password' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.truststore.location' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.keystore.location' was supplied but isn't a known config.broad-thailand-41358
02/22/2022, 5:50 PM17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.security.protocol' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.keystore.password' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.truststore.password' was supplied but isn't a known config.
17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.truststore.location' was supplied but isn't a known config.broad-thailand-41358
02/22/2022, 5:50 PM17:41:48 [main] WARN o.a.k.c.consumer.ConsumerConfig - The configuration 'schema.registry.ssl.keystore.location' was supplied but isn't a known config.broad-thailand-41358
02/22/2022, 5:51 PMearly-lamp-41924
02/22/2022, 6:56 PMearly-lamp-41924
02/22/2022, 6:56 PMearly-lamp-41924
02/22/2022, 6:56 PMdocker container lsearly-lamp-41924
02/22/2022, 6:57 PMbig-carpet-38439
02/22/2022, 8:08 PMbroad-thailand-41358
02/23/2022, 4:05 AMCONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
3a1dcaed7b2a public.ecr.aws/datahub/acryl-datahub-actions:head "/bin/sh -c 'dockeri…" About a minute ago Up About a minute datahub_datahub-actions_1
cd63b9cd5eee linkedin/datahub-frontend-react:head "datahub-frontend/bi…" About a minute ago Up About a minute (healthy) 0.0.0.0:9002->9002/tcp, :::9002->9002/tcp datahub-frontend-react
3c26bb606ad1 linkedin/datahub-gms:head "/bin/sh -c /datahub…" About a minute ago Up About a minute (healthy) 8080/tcp, 0.0.0.0:9090->9090/tcp, :::9090->9090/tcp datahub-gms
555be60eb89f mysql:5.7 "docker-entrypoint.s…" 9 hours ago Up About a minute 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp mysql
c90ed022bb9b confluentinc/cp-schema-registry:5.4.0 "/etc/confluent/dock…" 5 days ago Up 4 minutes 0.0.0.0:8081->8081/tcp, :::8081->8081/tcp schema-registry
bdce0f1a5795 confluentinc/cp-kafka:5.4.0 "/etc/confluent/dock…" 5 days ago Up 4 minutes 0.0.0.0:9092->9092/tcp, :::9092->9092/tcp, 0.0.0.0:29092->29092/tcp, :::29092->29092/tcp broker
67b719b990a4 elasticsearch:7.9.3 "/tini -- /usr/local…" 5 days ago Up 4 minutes (healthy) 0.0.0.0:9200->9200/tcp, :::9200->9200/tcp, 9300/tcp elasticsearch
8126295e8328 confluentinc/cp-zookeeper:5.4.0 "/etc/confluent/dock…" 5 days ago Up 4 minutes 2888/tcp, 0.0.0.0:2181->2181/tcp, :::2181->2181/tcp, 3888/tcp zookeeperearly-lamp-41924
02/23/2022, 4:06 AMearly-lamp-41924
02/23/2022, 4:08 AMbroad-thailand-41358
02/23/2022, 4:08 AMdocker-compose-without-neo4j.quickstart.yml per @incalculable-ocean-74010’s reply above...
I changed all references to 8080 in the yml to 9090 and used the following command to start: datahub docker quickstart --quickstart-compose-file docker-compose-without-neo4j.quickstart.ymlbroad-thailand-41358
02/23/2022, 4:16 AMearly-lamp-41924
02/23/2022, 5:53 AMearly-lamp-41924
02/23/2022, 5:54 AMearly-lamp-41924
02/23/2022, 5:54 AMearly-lamp-41924
02/23/2022, 5:54 AMearly-lamp-41924
02/23/2022, 5:54 AMbroad-thailand-41358
02/23/2022, 2:05 PMbroad-thailand-41358
02/23/2022, 2:22 PMearly-lamp-41924
02/23/2022, 4:32 PMbig-carpet-38439
02/23/2022, 5:58 PMcareful-gigabyte-11162
03/25/2022, 3:42 PM