[KYUUBI #7251] Use RustFS instead of MinIO in Playground#7252
Closed
aajisaka wants to merge 2 commits intoapache:masterfrom
Closed
[KYUUBI #7251] Use RustFS instead of MinIO in Playground#7252aajisaka wants to merge 2 commits intoapache:masterfrom
aajisaka wants to merge 2 commits intoapache:masterfrom
Conversation
pan3793
reviewed
Nov 20, 2025
docker/playground/README.md
Outdated
| ### Access Service | ||
|
|
||
| - MinIO: http://localhost:9001 | ||
| - RustFS: http://localhost:9001 |
Member
There was a problem hiding this comment.
since it requires authN, let's leave the credentials info here
pan3793
approved these changes
Nov 20, 2025
pan3793
pushed a commit
that referenced
this pull request
Nov 20, 2025
### Why are the changes needed? Playground fails to launch because Minio Docker image is no longer available. Close #7251 ### How was this patch tested? Ran `docker-compose up -d` to launch Playground and ran the following commands in the readme to create test data: ``` docker exec -it kyuubi /opt/kyuubi/bin/beeline -u 'jdbc:hive2://0.0.0.0:10009/' -f /opt/load_data/load-dataset-tpcds-tiny.sql docker exec -it kyuubi /opt/kyuubi/bin/beeline -u 'jdbc:hive2://0.0.0.0:10009/' -f /opt/load_data/load-dataset-tpch-tiny.sql ``` ### Was this patch authored or co-authored using generative AI tooling? No Closes #7252 from aajisaka/fix-playground. Closes #7251 9dca056 [Akira Ajisaka] Add credentials info for RustFS Web UI e5f1899 [Akira Ajisaka] [KYUUBI #7251] Use RustFS instead of MinIO in Playground Authored-by: Akira Ajisaka <aajisaka@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org> (cherry picked from commit 109815b) Signed-off-by: Cheng Pan <chengpan@apache.org>
Member
|
thanks, merged to master/1.10 |
Member
Author
|
Thank you @pan3793 ! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7252 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 696 696
Lines 43530 43530
Branches 5883 5883
======================================
Misses 43530 43530 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Playground fails to launch because Minio Docker image is no longer available.
Close #7251
How was this patch tested?
Ran
docker-compose up -dto launch Playground and ran the following commands in the readme to create test data:Was this patch authored or co-authored using generative AI tooling?
No