Hello Team, I am new to Datahub. After I installed...
# getting-started
s
Hello Team, I am new to Datahub. After I installed the Docker, Python and Datahub. When I try to run the
datahub docker quickstart
command I am getting below error every time. I have tried by rebooting the laptop but still getting same error. I am getting error in broker container or in mysql container or in both. I have installed the below versions: Python 3.11.4 Docker version 24.0.2, build cb74dfc DataHub CLI version: 0.10.3.1 Can someone please help?
m
Can you paste logs from the mysql and broker container?
Copy code
docker logs mysql >> mysql_container_logs.out
repeat for
broker
s
I am not able to locate that file. I have also tried installing older version.
Is it because I am trying to install on my local environment? It should properly on Azure or AWS right?
d
Quickstart should be able to run on your laptop!
s
Below is the logs: 2023-06-13T131624.933010Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2023-06-13T131624.935148Z 0 [Note] mysqld (mysqld 5.7.42) starting as process 1 ... 2023-06-13T131624.939877Z 0 [Note] InnoDB: PUNCH HOLE support available 2023-06-13T131624.940018Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins 2023-06-13T131624.940027Z 0 [Note] InnoDB: Uses event mutexes 2023-06-13T131624.940032Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier 2023-06-13T131624.940036Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.13 2023-06-13T131624.940040Z 0 [Note] InnoDB: Using Linux native AIO 2023-06-13T131624.942108Z 0 [Note] InnoDB: Number of pools: 1 2023-06-13T131624.944285Z 0 [Note] InnoDB: Using CPU crc32 instructions 2023-06-13T131624.946750Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M 2023-06-13T131624.962657Z 0 [Note] InnoDB: Completed initialization of buffer pool 2023-06-13T131624.968198Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). 2023-06-13T131624.996310Z 0 [Note] InnoDB: Highest supported file format is Barracuda. 2023-06-13T131625.061465Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2023-06-13T131625.061565Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2023-06-13T131625.094122Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB. 2023-06-13T131625.095123Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. 2023-06-13T131625.095168Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. 2023-06-13T131625.099292Z 0 [Note] InnoDB: 5.7.42 started; log sequence number 12371064 2023-06-13T131625.099875Z 0 [Note] Plugin 'FEDERATED' is disabled. 2023-06-13T131625.100288Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool 2023-06-13T131625.119702Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them. 2023-06-13T131625.119749Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory. 2023-06-13T131625.119757Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher. 2023-06-13T131625.119760Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher. 2023-06-13T131625.122789Z 0 [Warning] CA certificate ca.pem is self signed. 2023-06-13T131625.122946Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory. 2023-06-13T131625.124869Z 0 [Note] Server hostname (bind-address): '*'; port: 3306 2023-06-13T131625.124976Z 0 [Note] IPv6 is available. 2023-06-13T131625.125063Z 0 [Note] - '::' resolves to '::'; 2023-06-13T131625.125140Z 0 [Note] Server socket created on IP: '::'. 2023-06-13T131625.132716Z 0 [Note] InnoDB: Buffer pool(s) load completed at 230613 131625 2023-06-13T131625.140258Z 0 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. 2023-06-13T131625.225844Z 0 [Note] Event Scheduler: Loaded 0 events 2023-06-13T131625.226234Z 0 [Note] mysqld: ready for connections. Version: '5.7.42' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server (GPL) 2023-06-13T131627.689848Z 3 [Note] Got an error reading communication packets
It also looks like some logs on the client side may help to diagnose the issue
Can we see the broker logs as well?