Open justinmclean opened 10 months ago
Maybe you can give hive container more resource. It seems that the hive init slowly.
I'm running on a Mac M2 with 32GM memory; some users will have fewer resources, and Hive may start even slower. Is there something else we can do to improve this?
I'm running on a Mac M2 with 32GM memory; some users will have fewer resources, and Hive may start even slower. Is there something else we can do to improve this?
I means to increase this resource. https://github.com/datastrato/gravitino-playground/blob/62eebe7ff240cf4c22a0ceea4e26192b1fde7361/docker-compose.yaml#L24
You can also increase the timeout of healthcheck. https://github.com/datastrato/gravitino-playground/blob/62eebe7ff240cf4c22a0ceea4e26192b1fde7361/docker-compose.yaml#L18
With those changed settings it was able to start up. Has anyone tested the playground on a lower specification or older Mac?
With those changed settings it was able to start up. Has anyone tested the playground on a lower specification or older Mac?
We can add some documents how to adjust these parameters.
If people are going to run into this issue, wouldn't it be better to change them?
If people are going to run into this issue, wouldn't it be better to change them?
I have adjusted them. But if the machine is busy, you know, it will fail, although we change them.
I've not had any more issues on M2 Mac.
However I did tried to start the playground on a 2.3 GHz Quad Core i7 16GB MacBook Pro running Ventura 13.4 2020 model. Playground failed to start with "dependency failed to start: container playground-gravitino is unhealthy". The machine is bare bones with only the OS and gravitino installed on it.
Could you paste full log? I suspect that the machine doesn't have wget
. Maybe we should use curl
instead.
It does not have wget - but I don't see any error related to that.
./launch-playground.sh
[+] Running 6/6
✔ Network gravitino-playground_default Created 0.4s
✔ Container playground-postgresql Created 0.8s
✔ Container playground-mysql C... 0.8s
✔ Container playground-hive Cr... 0.8s
✔ Container playground-gravitino Created 0.4s
✔ Container playground-trino C... 0.5s
Attaching to playground-gravitino, playground-hive, playground-mysql, playground-postgresql, playground-trino
playground-mysql | 2024-01-09 05:50:26+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started.
playground-hive | * Starting OpenBSD Secure Shell server sshd
playground-hive | ...done.
playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10
playground-postgresql | The files belonging to this database system will be owned by user "postgres".
playground-postgresql | This user must also own the server process.
playground-postgresql |
playground-postgresql | The database cluster will be initialized with locale "en_US.utf8".
playground-postgresql | The default database encoding has accordingly been set to "UTF8".
playground-postgresql | The default text search configuration will be set to "english".
playground-postgresql |
playground-postgresql | Data page checksums are disabled.
playground-postgresql |
playground-postgresql | fixing permissions on existing directory /var/lib/postgresql/data ... ok
playground-postgresql | creating subdirectories ... ok
playground-postgresql | selecting dynamic shared memory implementation ... posix
playground-postgresql | selecting default max_connections ... 100
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-postgresql | selecting default shared_buffers ... 128MB
playground-postgresql | selecting default time zone ... Etc/UTC
playground-postgresql | creating configuration files ... ok
playground-mysql | 2024-01-09 05:50:28+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
playground-mysql | 2024-01-09 05:50:28+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started.
playground-postgresql | running bootstrap script ... ok
playground-mysql | 2024-01-09 05:50:29+00:00 [Note] [Entrypoint]: Initializing database files
playground-mysql | 2024-01-09T05:50:29.702989Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
playground-mysql | 2024-01-09T05:50:29.704024Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
playground-mysql | 2024-01-09T05:50:29.707353Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.35) initializing of server in progress as process 81
playground-mysql | 2024-01-09T05:50:29.746850Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
playground-hive | Starting namenodes on [0.0.0.0]
playground-postgresql | performing post-bootstrap initialization ... ok
playground-postgresql | syncing data to disk ... ok
playground-postgresql |
playground-postgresql | initdb: warning: enabling "trust" authentication for local connections
playground-postgresql | You can change this by editing pg_hba.conf or using the option -A, or
playground-postgresql | --auth-local and --auth-host, the next time you run initdb.
playground-postgresql |
playground-postgresql | Success. You can now start the database server using:
playground-postgresql |
playground-postgresql | pg_ctl -D /var/lib/postgresql/data -l logfile start
playground-postgresql |
playground-postgresql | waiting for server to start....2024-01-09 05:50:31.807 UTC [47] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
playground-postgresql | 2024-01-09 05:50:31.813 UTC [47] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
playground-postgresql | 2024-01-09 05:50:31.839 UTC [48] LOG: database system was shut down at 2024-01-09 05:50:31 UTC
playground-mysql | 2024-01-09T05:50:31.845053Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
playground-postgresql | 2024-01-09 05:50:31.900 UTC [47] LOG: database system is ready to accept connections
playground-postgresql | done
playground-postgresql | server started
playground-postgresql |
playground-postgresql | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
playground-postgresql | CREATE DATABASE
playground-postgresql | You are now connected to database "db" as user "postgres".
playground-postgresql | CREATE SCHEMA
playground-postgresql | CREATE TABLE
playground-postgresql | CREATE TABLE
playground-postgresql | CREATE TABLE
playground-postgresql | CREATE TABLE
playground-postgresql | COMMENT
playground-postgresql | CREATE TABLE
playground-postgresql | COMMENT
playground-postgresql | CREATE TABLE
playground-postgresql | COMMENT
playground-postgresql | CREATE TABLE
playground-postgresql | COMMENT
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 12
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 12
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 8
playground-postgresql | INSERT 0 17
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 9
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 8
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 23
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 19
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 12
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 19
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 9
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 13
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 17
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 14
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 8
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 17
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 26
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 16
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql | INSERT 0 11
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 21
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 19
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 19
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 21
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 8
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 8
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 5
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 10
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 2
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 19
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 7
playground-postgresql | INSERT 0 18
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 9
playground-postgresql | INSERT 0 3
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 4
playground-postgresql | INSERT 0 13
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 1
playground-postgresql | INSERT 0 6
playground-postgresql |
playground-postgresql |
playground-postgresql | waiting for server to shut down....2024-01-09 05:50:34.224 UTC [47] LOG: received fast shutdown request
playground-postgresql | 2024-01-09 05:50:34.228 UTC [47] LOG: aborting any active transactions
playground-postgresql | 2024-01-09 05:50:34.235 UTC [47] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
playground-postgresql | 2024-01-09 05:50:34.254 UTC [49] LOG: shutting down
playground-postgresql | 2024-01-09 05:50:34.323 UTC [47] LOG: database system is shut down
playground-postgresql | done
playground-postgresql | server stopped
playground-postgresql |
playground-postgresql | PostgreSQL init process complete; ready for start up.
playground-postgresql |
playground-postgresql | 2024-01-09 05:50:34.429 UTC [1] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
playground-postgresql | 2024-01-09 05:50:34.430 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
playground-postgresql | 2024-01-09 05:50:34.431 UTC [1] LOG: listening on IPv6 address "::", port 5432
playground-postgresql | 2024-01-09 05:50:34.437 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
playground-postgresql | 2024-01-09 05:50:34.444 UTC [63] LOG: database system was shut down at 2024-01-09 05:50:34 UTC
playground-postgresql | 2024-01-09 05:50:34.456 UTC [1] LOG: database system is ready to accept connections
playground-hive | 0.0.0.0: starting namenode, logging to /usr/local/hadoop/logs/hadoop-root-namenode-faad5b49ba78.out
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | 2024-01-09T05:50:35.842269Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
playground-mysql | 2024-01-09T05:50:36.937458Z 6 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-hive | localhost: starting datanode, logging to /usr/local/hadoop/logs/hadoop-root-datanode-faad5b49ba78.out
playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | 2024-01-09 05:50:46+00:00 [Note] [Entrypoint]: Database files initialized
playground-mysql | 2024-01-09 05:50:46+00:00 [Note] [Entrypoint]: Starting temporary server
playground-hive | Starting secondary namenodes [0.0.0.0]
playground-mysql | 2024-01-09T05:50:48.771985Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
playground-mysql | 2024-01-09T05:50:48.809771Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
playground-mysql | 2024-01-09T05:50:48.809894Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.35) starting as process 125
playground-mysql | 2024-01-09T05:50:48.886340Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
playground-mysql | 2024-01-09T05:50:51.253818Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
playground-hive | 0.0.0.0: starting secondarynamenode, logging to /usr/local/hadoop/logs/hadoop-root-secondarynamenode-faad5b49ba78.out
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | 2024-01-09T05:50:52.744677Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
playground-mysql | 2024-01-09T05:50:52.744759Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
playground-mysql | 2024-01-09T05:50:52.749030Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
playground-mysql | 2024-01-09T05:50:52.823823Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.35' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server - GPL.
playground-mysql | 2024-01-09T05:50:52.823805Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /var/run/mysqld/mysqlx.sock
playground-mysql | 2024-01-09 05:50:52+00:00 [Note] [Entrypoint]: Temporary server started.
playground-mysql | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock'
playground-mysql | 2024-01-09T05:50:53.470276Z 8 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
playground-mysql | 2024-01-09T05:51:06.047292Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09T05:51:06.065996Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09T05:51:06.121498Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09 05:51:06+00:00 [Note] [Entrypoint]: Creating database db
playground-mysql | 2024-01-09T05:51:06.193506Z 10 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09 05:51:06+00:00 [Note] [Entrypoint]: Creating user mysql
playground-mysql | 2024-01-09T05:51:06.264923Z 11 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09T05:51:06.271900Z 11 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09 05:51:06+00:00 [Note] [Entrypoint]: Giving user mysql access to schema db
playground-mysql | 2024-01-09T05:51:06.323812Z 12 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql |
playground-mysql | 2024-01-09 05:51:06+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
playground-mysql | 2024-01-09T05:51:06.378685Z 13 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql |
playground-mysql |
playground-mysql | 2024-01-09 05:51:06+00:00 [Note] [Entrypoint]: Stopping temporary server
playground-mysql | 2024-01-09T05:51:06.500327Z 14 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead'
playground-mysql | 2024-01-09T05:51:06.549379Z 14 [System] [MY-013172] [Server] Received SHUTDOWN from user root. Shutting down mysqld (Version: 8.0.35).
playground-mysql | 2024-01-09T05:51:08.450938Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.35) MySQL Community Server - GPL.
playground-mysql | 2024-01-09 05:51:08+00:00 [Note] [Entrypoint]: Temporary server stopped
playground-mysql |
playground-mysql | 2024-01-09 05:51:08+00:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up.
playground-mysql |
playground-mysql | 2024-01-09T05:51:09.331941Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead.
playground-mysql | 2024-01-09T05:51:09.338613Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead.
playground-mysql | 2024-01-09T05:51:09.338672Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.35) starting as process 1
playground-mysql | 2024-01-09T05:51:09.364901Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-mysql | 2024-01-09T05:51:09.721749Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
playground-mysql | 2024-01-09T05:51:10.185711Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
playground-mysql | 2024-01-09T05:51:10.185910Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel.
playground-mysql | 2024-01-09T05:51:10.199196Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
playground-mysql | 2024-01-09T05:51:10.402617Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock
playground-mysql | 2024-01-09T05:51:10.403117Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.35' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL.
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0
playground-hive | chmod: /user/hive/tmp': No such file or directory playground-hive | usermod: no changes playground-hive | * Starting MySQL database server mysqld playground-hive | ...done. playground-hive | mysql: [Warning] Using a password on the command line interface can be insecure. playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | SLF4J: Class path contains multiple SLF4J bindings. playground-hive | SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] playground-hive | SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] playground-hive | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. playground-hive | SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] playground-hive | Metastore connection URL: jdbc:mysql://localhost/metastore_db?createDatabaseIfNotExist=true&useSSL=false playground-hive | Metastore Connection Driver : com.mysql.jdbc.Driver playground-hive | Metastore connection User: hive playground-hive | Loading class
com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
playground-hive | Starting metastore schema initialization to 2.3.0
playground-hive | Initialization script hive-schema-2.3.0.mysql.sql
playground-hive | Initialization script completed
playground-hive | schemaTool completed
playground-gravitino | Start to download the jar package of JDBC
playground-gravitino | --2024-01-09 05:52:54-- https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.27/mysql-connector-java-8.0.27.jar
playground-gravitino | Resolving repo1.maven.org (repo1.maven.org)... 146.75.92.209, 2a04:4e42:87::209
playground-gravitino | Connecting to repo1.maven.org (repo1.maven.org)|146.75.92.209|:443... connected.
playground-gravitino | HTTP request sent, awaiting response... 200 OK
playground-gravitino | Length: 2475087 (2.4M) [application/java-archive]
playground-gravitino | Saving to: ‘/root/gravitino/catalogs/jdbc-mysql/libs/mysql-connector-java-8.0.27.jar’
playground-gravitino |
playground-gravitino | 0K .......... .......... .......... .......... .......... 2% 247K 10s
playground-gravitino | 50K .......... .......... .......... .......... .......... 4% 897K 6s
playground-gravitino | 100K .......... .......... .......... .......... .......... 6% 467K 6s
playground-gravitino | 150K .......... .......... .......... .......... .......... 8% 1.30M 4s
playground-gravitino | 200K .......... .......... .......... .......... .......... 10% 1.67M 4s
playground-gravitino | 250K .......... .......... .......... .......... .......... 12% 632K 4s
playground-gravitino | 300K .......... .......... .......... .......... .......... 14% 2.03M 3s
playground-gravitino | 350K .......... .......... .......... .......... .......... 16% 2.52M 3s
playground-gravitino | 400K .......... .......... .......... .......... .......... 18% 2.20M 3s
playground-gravitino | 450K .......... .......... .......... .......... .......... 20% 3.27M 2s
playground-gravitino | 500K .......... .......... .......... .......... .......... 22% 3.24M 2s
playground-gravitino | 550K .......... .......... .......... .......... .......... 24% 4.07M 2s
playground-gravitino | 600K .......... .......... .......... .......... .......... 26% 771K 2s
playground-gravitino | 650K .......... .......... .......... .......... .......... 28% 2.78M 2s
playground-gravitino | 700K .......... .......... .......... .......... .......... 31% 4.49M 2s
playground-gravitino | 750K .......... .......... .......... .......... .......... 33% 4.41M 1s
playground-gravitino | 800K .......... .......... .......... .......... .......... 35% 6.30M 1s
playground-gravitino | 850K .......... .......... .......... .......... .......... 37% 5.71M 1s
playground-gravitino | 900K .......... .......... .......... .......... .......... 39% 4.88M 1s
playground-gravitino | 950K .......... .......... .......... .......... .......... 41% 7.43M 1s
playground-gravitino | 1000K .......... .......... .......... .......... .......... 43% 7.49M 1s
playground-gravitino | 1050K .......... .......... .......... .......... .......... 45% 4.79M 1s
playground-gravitino | 1100K .......... .......... .......... .......... .......... 47% 7.58M 1s
playground-gravitino | 1150K .......... .......... .......... .......... .......... 49% 7.95M 1s
playground-gravitino | 1200K .......... .......... .......... .......... .......... 51% 6.62M 1s
playground-gravitino | 1250K .......... .......... .......... .......... .......... 53% 946K 1s
playground-gravitino | 1300K .......... .......... .......... .......... .......... 55% 6.80M 1s
playground-gravitino | 1350K .......... .......... .......... .......... .......... 57% 4.41M 1s
playground-gravitino | 1400K .......... .......... .......... .......... .......... 59% 5.35M 1s
playground-gravitino | 1450K .......... .......... .......... .......... .......... 62% 8.16M 1s
playground-gravitino | 1500K .......... .......... .......... .......... .......... 64% 8.00M 0s
playground-gravitino | 1550K .......... .......... .......... .......... .......... 66% 4.64M 0s
playground-gravitino | 1600K .......... .......... .......... .......... .......... 68% 9.86M 0s
playground-gravitino | 1650K .......... .......... .......... .......... .......... 70% 7.11M 0s
playground-gravitino | 1700K .......... .......... .......... .......... .......... 72% 14.6M 0s
playground-gravitino | 1750K .......... .......... .......... .......... .......... 74% 17.8M 0s
playground-gravitino | 1800K .......... .......... .......... .......... .......... 76% 9.52M 0s
playground-gravitino | 1850K .......... .......... .......... .......... .......... 78% 12.2M 0s
playground-gravitino | 1900K .......... .......... .......... .......... .......... 80% 11.4M 0s
playground-gravitino | 1950K .......... .......... .......... .......... .......... 82% 10.2M 0s
playground-gravitino | 2000K .......... .......... .......... .......... .......... 84% 10.5M 0s
playground-gravitino | 2050K .......... .......... .......... .......... .......... 86% 11.7M 0s
playground-gravitino | 2100K .......... .......... .......... .......... .......... 88% 13.6M 0s
playground-gravitino | 2150K .......... .......... .......... .......... .......... 91% 10.4M 0s
playground-gravitino | 2200K .......... .......... .......... .......... .......... 93% 10.7M 0s
playground-gravitino | 2250K .......... .......... .......... .......... .......... 95% 8.88M 0s
playground-gravitino | 2300K .......... .......... .......... .......... .......... 97% 12.5M 0s
playground-gravitino | 2350K .......... .......... .......... .......... .......... 99% 10.5M 0s
playground-gravitino | 2400K .......... ....... 100% 106M=1.0s
playground-gravitino |
playground-gravitino | 2024-01-09 05:52:56 (2.44 MB/s) - ‘/root/gravitino/catalogs/jdbc-mysql/libs/mysql-connector-java-8.0.27.jar’ saved [2475087/2475087]
playground-gravitino |
playground-gravitino | --2024-01-09 05:52:56-- https://jdbc.postgresql.org/download/postgresql-42.7.0.jar
playground-gravitino | Resolving jdbc.postgresql.org (jdbc.postgresql.org)... 72.32.157.228, 2001:4800:3e1:1::228
playground-gravitino | Connecting to jdbc.postgresql.org (jdbc.postgresql.org)|72.32.157.228|:443... connected.
playground-gravitino | HTTP request sent, awaiting response... 200 OK
playground-gravitino | Length: 1077325 (1.0M) [application/java-archive]
playground-gravitino | Saving to: ‘/root/gravitino/catalogs/jdbc-postgresql/libs/postgresql-42.7.0.jar’
playground-gravitino |
playground-gravitino | 0K .......... .......... .......... .......... .......... 4% 228K 4s
playground-gravitino | 50K .......... .......... .......... .......... .......... 9% 244K 4s
playground-gravitino | 100K .......... .......... .......... .......... .......... 14% 5.94M 3s
playground-gravitino | 150K .......... .......... .......... .......... .......... 19% 264K 3s
playground-gravitino | 200K .......... .......... .......... .......... .......... 23% 2.58M 2s
playground-gravitino | 250K .......... .......... .......... .......... .......... 28% 9.88M 2s
playground-gravitino | 300K .......... .......... .......... .......... .......... 33% 12.3M 1s
playground-gravitino | 350K .......... .......... .......... .......... .......... 38% 280K 1s
playground-gravitino | 400K .......... .......... .......... .......... .......... 42% 5.18M 1s
playground-gravitino | 450K .......... .......... .......... .......... .......... 47% 6.17M 1s
playground-gravitino | 500K .......... .......... .......... .......... .......... 52% 8.50M 1s
playground-gravitino | 550K .......... .......... .......... .......... .......... 57% 8.46M 1s
playground-gravitino | 600K .......... .......... .......... .......... .......... 61% 11.6M 1s
playground-gravitino | 650K .......... .......... .......... .......... .......... 66% 10.2M 0s
playground-gravitino | 700K .......... .......... .......... .......... .......... 71% 12.5M 0s
playground-gravitino | 750K .......... .......... .......... .......... .......... 76% 135K 0s
playground-gravitino | 800K .......... .......... .......... .......... .......... 80% 17.0M 0s
playground-gravitino | 850K .......... .......... .......... .......... .......... 85% 23.8M 0s
playground-gravitino | 900K .......... .......... .......... .......... .......... 90% 10.8M 0s
playground-gravitino | 950K .......... .......... .......... .......... .......... 95% 37.1M 0s
playground-gravitino | 1000K .......... .......... .......... .......... .......... 99% 44.3M 0s
playground-gravitino | 1050K .. 100% 3958G=1.3s
playground-gravitino |
playground-gravitino | 2024-01-09 05:52:58 (840 KB/s) - ‘/root/gravitino/catalogs/jdbc-postgresql/libs/postgresql-42.7.0.jar’ saved [1077325/1077325]
playground-gravitino |
playground-gravitino | Finish downloading
playground-gravitino | Start the Gravitino Server
playground-gravitino |
playground-gravitino | Log dir doesn't exist, create /root/gravitino/logs
playground-gravitino | Gravitino Server start success!
playground-gravitino | Gravitino Server is running[PID:63]
Gracefully stopping... (press Ctrl+C again to force)
[+] Killing 0/0
[+] Stopping 0/0
⠋ Container playground-postgresql S... 0.1s
⠋ Container playground-mysql Stoppi... 0.1s
[+] Killing 0/4ayground-trino Stoppi... 0.1s
[+] Stopping 1/4yground-mysql Killin... 0.1s
⠹ Container playground-postgresql S... 0.3s
⠹ Container playground-mysql Stoppi... 0.3s
✔ Container playground-trino Stoppe... 0.1s
⠙ Container playground-gravitino St... 0.2s
dependency failed to start: container playground-gravitino is unhealthy
[+] Running 6/6
✔ Container playground-mysql R... 0.5s
✔ Container playground-trino R... 0.0s
✔ Container playground-postgresql Removed 0.2s
✔ Container playground-gravitino Removed 0.0s
✔ Container playground-hive Re... 0.4s
✔ Network gravitino-playground_default Removed 0.1s
justin@Justins-MBP gravitino-playground %
However, installing wget did seem to fix the issue. We should improve this so either wget is not needed OR it checks for it and prints out an error if the wget call fails.
We use wget to download some jar packages. If the download is slow, the healthcheck will fail, too. You should adjust the parameter of gravitino. https://github.com/datastrato/gravitino-playground/blob/62eebe7ff240cf4c22a0ceea4e26192b1fde7361/docker-compose.yaml#L47
Hive container of the playground fails to start. Removed all containers and images and could reproduce the issue.
Here is the full log: ./launch-playground.sh [+] Running 6/6 ✔ Network gravitino-playground_default Created 0.3s ✔ Container playground-hive Cr... 2.5s ✔ Container playground-mysql C... 2.1s ✔ Container playground-postgresql Created 2.5s ✔ Container playground-gravitino Created 1.1s ✔ Container playground-trino C... 0.6s Attaching to playground-gravitino, playground-hive, playground-mysql, playground-postgresql, playground-trino playground-mysql | 2024-01-08 02:16:08+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started. playground-hive | * Starting OpenBSD Secure Shell server sshd playground-hive | ...done. playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | # localhost:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | # 0.0.0.0:22 SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.10 playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-postgresql | The files belonging to this database system will be owned by user "postgres". playground-postgresql | This user must also own the server process. playground-postgresql | playground-postgresql | playground-postgresql | The database cluster will be initialized with locale "en_US.utf8". playground-postgresql | The default database encoding has accordingly been set to "UTF8". playground-postgresql | The default text search configuration will be set to "english". playground-postgresql | playground-postgresql | Data page checksums are disabled. playground-postgresql | playground-postgresql | fixing permissions on existing directory /var/lib/postgresql/data ... ok playground-postgresql | playground-postgresql | creating subdirectories ... playground-postgresql | ok playground-postgresql | selecting dynamic shared memory implementation ... posix playground-postgresql | selecting default max_connections ... playground-postgresql | 100 playground-postgresql | selecting default shared_buffers ... playground-postgresql | 128MB playground-postgresql | selecting default time zone ... playground-postgresql | Etc/UTC playground-postgresql | creating configuration files ... ok playground-postgresql | running bootstrap script ... playground-postgresql | ok playground-postgresql | performing post-bootstrap initialization ... playground-hive | 24/01/08 02:16:13 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | 2024-01-08 02:16:14+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql' playground-mysql | 2024-01-08 02:16:14+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.35-1.el8 started. playground-hive | Starting namenodes on [0.0.0.0] playground-mysql | 2024-01-08 02:16:18+00:00 [Note] [Entrypoint]: Initializing database files playground-mysql | 2024-01-08T02:16:19.216299Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead. playground-mysql | 2024-01-08T02:16:19.216478Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead. playground-mysql | 2024-01-08T02:16:19.216520Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.0.35) initializing of server in progress as process 80 playground-mysql | 2024-01-08T02:16:19.955807Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. playground-postgresql | ok playground-postgresql | syncing data to disk ... playground-hive | 0.0.0.0: starting namenode, logging to /usr/local/hadoop/logs/hadoop-root-namenode-2630b55e0102.out playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | localhost: starting datanode, logging to /usr/local/hadoop/logs/hadoop-root-datanode-2630b55e0102.out playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | localhost: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-postgresql | initdb: warning: enabling "trust" authentication for local connections playground-postgresql | You can change this by editing pg_hba.conf or using the option -A, or playground-postgresql | --auth-local and --auth-host, the next time you run initdb. playground-postgresql | ok playground-postgresql | playground-postgresql | playground-postgresql | Success. You can now start the database server using: playground-postgresql | playground-postgresql | pg_ctl -D /var/lib/postgresql/data -l logfile start playground-postgresql | playground-postgresql | playground-postgresql | waiting for server to start.... playground-postgresql | 2024-01-08 02:16:30.441 UTC [49] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit playground-postgresql | 2024-01-08 02:16:30.477 UTC [49] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" playground-postgresql | 2024-01-08 02:16:30.506 UTC [50] LOG: database system was shut down at 2024-01-08 02:16:20 UTC playground-postgresql | 2024-01-08 02:16:30.517 UTC [49] LOG: database system is ready to accept connections playground-postgresql | done playground-postgresql | server started playground-postgresql | playground-postgresql | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql playground-postgresql | playground-postgresql | CREATE DATABASE playground-postgresql | You are now connected to database "db" as user "postgres". playground-postgresql | CREATE SCHEMA playground-postgresql | CREATE TABLE playground-postgresql | CREATE TABLE playground-postgresql | CREATE TABLE playground-postgresql | CREATE TABLE playground-postgresql | COMMENT playground-postgresql | CREATE TABLE playground-postgresql | COMMENT playground-postgresql | CREATE TABLE playground-postgresql | COMMENT playground-postgresql | CREATE TABLE playground-postgresql | COMMENT playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 12 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 12 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 8 playground-postgresql | INSERT 0 17 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-mysql | 2024-01-08T02:16:43.284568Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 9 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 8 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 23 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 19 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 12 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 19 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-hive | Starting secondary namenodes [0.0.0.0] playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 9 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 13 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 17 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-hive | 0.0.0.0: starting secondarynamenode, logging to /usr/local/hadoop/logs/hadoop-root-secondarynamenode-2630b55e0102.out playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 0.0.0.0: OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 14 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 8 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 17 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 26 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 16 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | INSERT 0 11 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 21 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 19 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 19 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 21 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 8 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 8 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 5 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 10 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 2 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 19 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 7 playground-postgresql | INSERT 0 18 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 9 playground-postgresql | INSERT 0 3 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 4 playground-postgresql | INSERT 0 13 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 1 playground-postgresql | INSERT 0 6 playground-postgresql | playground-postgresql | playground-postgresql | playground-postgresql | waiting for server to shut down...2024-01-08 02:17:31.169 UTC [49] LOG: received fast shutdown request playground-postgresql | . playground-postgresql | 2024-01-08 02:17:31.612 UTC [49] LOG: aborting any active transactions playground-postgresql | 2024-01-08 02:17:31.619 UTC [49] LOG: background worker "logical replication launcher" (PID 56) exited with exit code 1 playground-postgresql | 2024-01-08 02:17:31.619 UTC [51] LOG: shutting down playground-postgresql | . playground-postgresql | . playground-postgresql | 2024-01-08 02:17:33.811 UTC [49] LOG: database system is shut down playground-postgresql | done playground-postgresql | server stopped playground-postgresql | playground-postgresql | PostgreSQL init process complete; ready for start up. playground-postgresql | playground-postgresql | playground-hive | 24/01/08 02:17:58 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:18:05 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-postgresql | 2024-01-08 02:18:06.919 UTC [1] LOG: starting PostgreSQL 13.13 (Debian 13.13-1.pgdg120+1) on aarch64-unknown-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit playground-postgresql | 2024-01-08 02:18:06.920 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 playground-postgresql | 2024-01-08 02:18:06.920 UTC [1] LOG: listening on IPv6 address "::", port 5432 playground-postgresql | 2024-01-08 02:18:07.169 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" playground-postgresql | 2024-01-08 02:18:07.511 UTC [66] LOG: database system was shut down at 2024-01-08 02:17:33 UTC playground-postgresql | 2024-01-08 02:18:07.616 UTC [1] LOG: database system is ready to accept connections playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:18:42 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | 2024-01-08T02:18:44.273103Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:18:46 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | 2024-01-08T02:18:49.786910Z 6 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:18:58 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:19:05 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:19:10 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | 2024-01-08 02:19:24+00:00 [Note] [Entrypoint]: Database files initialized playground-mysql | 2024-01-08 02:19:24+00:00 [Note] [Entrypoint]: Starting temporary server playground-mysql | 2024-01-08T02:19:25.473818Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead. playground-mysql | 2024-01-08T02:19:25.475128Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead. playground-mysql | 2024-01-08T02:19:25.475151Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.35) starting as process 124 playground-mysql | 2024-01-08T02:19:25.491784Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. playground-mysql | 2024-01-08T02:19:26.488007Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. playground-mysql | 2024-01-08T02:19:29.783609Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. playground-mysql | 2024-01-08T02:19:29.783648Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. playground-mysql | 2024-01-08T02:19:30.125622Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-mysql | 2024-01-08T02:19:30.534677Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Socket: /var/run/mysqld/mysqlx.sock playground-mysql | 2024-01-08T02:19:30.534770Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.35' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server - GPL. playground-mysql | 2024-01-08 02:19:30+00:00 [Note] [Entrypoint]: Temporary server started. playground-mysql | '/var/lib/mysql/mysql.sock' -> '/var/run/mysqld/mysqld.sock' playground-mysql | 2024-01-08T02:19:30.939942Z 8 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-hive | 24/01/08 02:19:38 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it. playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it. playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it. playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it. playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it. playground-mysql | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it. playground-mysql | 2024-01-08T02:19:46.393048Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08T02:19:46.394441Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08T02:19:46.719257Z 9 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08 02:19:47+00:00 [Note] [Entrypoint]: Creating database db playground-mysql | 2024-01-08T02:19:47.528244Z 10 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08 02:19:48+00:00 [Note] [Entrypoint]: Creating user mysql playground-mysql | 2024-01-08T02:19:48.749733Z 11 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08T02:19:48.751197Z 11 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08 02:19:49+00:00 [Note] [Entrypoint]: Giving user mysql access to schema db playground-mysql | 2024-01-08T02:19:49.527239Z 12 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | playground-mysql | playground-mysql | 2024-01-08 02:19:49+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql playground-mysql | 2024-01-08T02:19:49.680261Z 13 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | playground-mysql | playground-mysql | playground-mysql | 2024-01-08 02:19:49+00:00 [Note] [Entrypoint]: Stopping temporary server playground-mysql | 2024-01-08T02:19:49.942035Z 14 [Warning] [MY-013360] [Server] Plugin mysql_native_password reported: ''mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead' playground-mysql | 2024-01-08T02:19:49.943991Z 14 [System] [MY-013172] [Server] Received SHUTDOWN from user root. Shutting down mysqld (Version: 8.0.35). playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-mysql | 2024-01-08T02:20:16.222529Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.35) MySQL Community Server - GPL. playground-mysql | 2024-01-08 02:20:17+00:00 [Note] [Entrypoint]: Temporary server stopped playground-mysql | playground-mysql | playground-mysql | 2024-01-08 02:20:17+00:00 [Note] [Entrypoint]: MySQL init process done. Ready for start up. playground-mysql | playground-mysql | playground-mysql | 2024-01-08T02:20:17.497059Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use SET GLOBAL host_cache_size=0 instead. playground-mysql | 2024-01-08T02:20:17.498403Z 0 [Warning] [MY-010918] [Server] 'default_authentication_plugin' is deprecated and will be removed in a future release. Please use authentication_policy instead. playground-mysql | 2024-01-08T02:20:17.498424Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.0.35) starting as process 1 playground-mysql | 2024-01-08T02:20:17.505551Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. playground-hive | 24/01/08 02:20:18 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-mysql | 2024-01-08T02:20:19.735242Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. playground-mysql | 2024-01-08T02:20:42.393231Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed. playground-mysql | 2024-01-08T02:20:42.393302Z 0 [System] [MY-013602] [Server] Channel mysql_main configured to support TLS. Encrypted connections are now supported for this channel. playground-mysql | 2024-01-08T02:20:42.409744Z 0 [Warning] [MY-011810] [Server] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory. playground-mysql | 2024-01-08T02:20:47.137229Z 0 [System] [MY-010931] [Server] /usr/sbin/mysqld: ready for connections. Version: '8.0.35' socket: '/var/run/mysqld/mysqld.sock' port: 3306 MySQL Community Server - GPL. playground-mysql | 2024-01-08T02:20:47.137349Z 0 [System] [MY-011323] [Server] X Plugin ready for connections. Bind-address: '::' port: 33060, socket: /var/run/mysqld/mysqlx.sock playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | 24/01/08 02:20:49 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable playground-hive | chmod:
/user/hive/tmp': No such file or directory playground-hive | usermod: no changes playground-hive | * Starting MySQL database server mysqld playground-hive | ...done. playground-hive | mysql: [Warning] Using a password on the command line interface can be insecure. playground-hive | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 playground-hive | SLF4J: Class path contains multiple SLF4J bindings. playground-hive | SLF4J: Found binding in [jar:file:/usr/local/hive/lib/log4j-slf4j-impl-2.6.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] playground-hive | SLF4J: Found binding in [jar:file:/usr/local/hadoop/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] playground-hive | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. playground-hive | SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] playground-hive | Metastore connection URL: jdbc:mysql://localhost/metastore_db?createDatabaseIfNotExist=true&useSSL=false playground-hive | Metastore Connection Driver : com.mysql.jdbc.Driver playground-hive | Metastore connection User: hive playground-hive | Loading class
com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. playground-hive | Starting metastore schema initialization to 2.3.0 playground-hive | Initialization script hive-schema-2.3.0.mysql.sql dependency failed to start: container playground-hive is unhealthy [+] Running 6/6 ✔ Container playground-postgresql Removed 10.6s ✔ Container playground-trino R... 0.5s ✔ Container playground-mysql R... 11.5s ✔ Container playground-gravitino Removed 1.0s ✔ Container playground-hive Re... 14.0s ✔ Network gravitino-playground_default Removed 0.1s justin@Justins-MBP gravitino-playground %