Skip to content

[KYUUBI #7251] Use RustFS instead of MinIO in Playground#7252

Closed
aajisaka wants to merge 2 commits intoapache:masterfrom
aajisaka:fix-playground
Closed

[KYUUBI #7251] Use RustFS instead of MinIO in Playground#7252
aajisaka wants to merge 2 commits intoapache:masterfrom
aajisaka:fix-playground

Conversation

@aajisaka
Copy link
Member

@aajisaka aajisaka commented 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

### Access Service

- MinIO: http://localhost:9001
- RustFS: http://localhost:9001
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since it requires authN, let's leave the credentials info here

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. I'll update

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. Thank you!

@pan3793 pan3793 closed this in 109815b 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>
@pan3793 pan3793 added this to the v1.10.3 milestone Nov 20, 2025
@pan3793
Copy link
Member

pan3793 commented Nov 20, 2025

thanks, merged to master/1.10

@aajisaka
Copy link
Member Author

Thank you @pan3793 !

@aajisaka aajisaka deleted the fix-playground branch November 20, 2025 06:07
@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (e7f06a3) to head (9dca056).
⚠️ Report is 2 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Playground is not working

3 participants