-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Playground hive is unhealthy #14
Comments
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 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? |
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? |
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 |
It does not have wget - but I don't see any error related to that. ./launch-playground.sh |
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 %
The text was updated successfully, but these errors were encountered: