apache / gravitino-playground

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

[Enhancement] Change exposed ports to avoid possible conflicts #65

Closed shaofengshi closed 3 months ago

shaofengshi commented 3 months ago

See issue description: #60

In this PR, I changed the port to services' non-default port (exclude Gravitino), this will avoid conflict if user already runs a service in local, such as mysql, pg, spark, trino, jupyter etc. I manually tested it, works well.