You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gravitino uses Trino for integration test.
Trino have more than 40 plugins, Which makes the Trino server start up very slowly, usually taking 2~3 minute.
We need to rebuild the Gravitino Trino Docker image and remove unused plugins.
### What changes were proposed in this pull request?
- Build a minimal Trino Docker image.
- Provides a choice of the Docker image type when the build Docker image in the GitHub Action.
![image](https://github.com/datastrato/gravitino/assets/3677382/d8acf95d-f61a-4274-8fef-ebcb2e8399d5)
### Why are the changes needed?
Gravitino uses Trino for integration tests.
Trino has more than 40 plugins, Which makes the Trino server start up
very slowly, usually taking 2~3 minutes.
We need to rebuild the Gravitino Trino Docker image and remove unused
plugins.
Fix: #614
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
I build Trino Docker image success.
https://hub.docker.com/repository/docker/datastrato/gravitino-ci-trino/general
Describe the subtask
Gravitino uses Trino for integration test.
Trino have more than 40 plugins, Which makes the Trino server start up very slowly, usually taking 2~3 minute.
We need to rebuild the Gravitino Trino Docker image and remove unused plugins.
Parent issue
#244
The text was updated successfully, but these errors were encountered: