apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
26 stars 23 forks source link

Add the playground code #1

Closed qqqttt123 closed 10 months ago

qqqttt123 commented 10 months ago

I use the command in my host machine (not in the Docker container)

 mysql -h 127.0.0.1 -P3307 -u mysql -pmysql
PGPASSWORD=postgres /opt/homebrew/opt/postgresql@13/bin/psql -h localhost -p5432 -U postgres

It's ok. I can login the database.

I login the container of Gravitino use the command to check the JDBC package

ls catalogs/jdbc-mysql/libs/ | grep mysql
ls catalogs/jdbc-postgres/libs | grep post
ls catalogs/lakehouse-iceberg/libs | grep mysql
ls catalogs/lakehouse-iceberg/libs | grep post
curl http://127.0.0.1:9000

It will return the 404 error page of Jetty. It proves that the service can be accessed.

qqqttt123 commented 10 months ago

@jerryshao @xunliu Could you help me review this pr?