Closed orenccl closed 2 weeks ago
@orenccl Very coooool !!!! Thank you for your contribution.
cool
At the first commit, gravitino-playground.json is a bit large(109KB). This file is a preset for the Gravitino dashboard. In the second commit, I reduced this file by minifying it, bringing the size down to 53KB (less than 50% of the original size).
Therefore, I think 53KB is reasonable given the level of detail in the dashboard.
Below is current look:
Hope 53KB is fine. If not, I can reduce it further by removing rarely used metrics, like this.
Alternatively, I can split it into three different dashboards; each one will be smaller, but the total size will remain the same.
@xunliu I’d love to hear your perspective.
Here’s an example of minified JSON for those who may not be familiar with it.
Credit: https://devutils.com/guide/json-formattervalidator-7/
Hi @xunliu
The home path has been configured to go directly to the Gravitino dashboard.
Closes #94
playground.sh
Fixes
- 18888:8888
to- "18888:8888"
in the docker-compose.yaml for correct port mapping format.docker-compose ps
todocker-compose ps -a
to view all containers (including stopped ones).Note: Please ignore the high JVM Non-Heap Memory Usage and JVM Direct Memory Usage caused by my WSL2 environment.