-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Subtask] Add web UI support for fileset catalog #2292
Comments
@jerryshao Do we need some operations like
|
IMO, I would mainly focus on the read-only/visualization functions in this version. Things you mentioned are valuable but not so necessary, this can be achieved in different ways. Currently, we're lacking of UI person, so I would think of having a basic functionality first. |
Got it. Thanks. |
### What changes were proposed in this pull request? Web ui support for fileset catalog Some try catch which helpful for debugging among extraReducers functions ### Why are the changes needed? <img width="1555" alt="image" src="https://github.com/datastrato/gravitino/assets/9210625/118ac5f9-c1aa-4fc5-b3fe-496cac32bcef"> Fix: #2292 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? run catalog e2e test successfully ![catalog_e2e_test](https://github.com/datastrato/gravitino/assets/9210625/6933cbc0-9ed2-44c4-ae09-a9dfcc05e7b2) --------- Co-authored-by: CHEYNE <contact@ch3yne.com>
…ration test in Github Action
…ration test in Github Action
…ration test in Github Action
… test (#2994) ### What changes were proposed in this pull request? 1. Add `skipPyClientITs` param in Gradle build script. Let's Python client integration test not running in the backend ITs 2. Combined Gradle build command of Python client test and integration test 3. improvement FilesetCatalog integration test codes. 4. Test mode + Test Principle: Every Python ITs class base on the `IntegrationTestEnv`, `IntegrationTestEnv` will automatic start and stop Gravitino server to support ITs, But when you run multiple ITs class at same time, The first test class that finishes running will shut down the Gravitino server, which will cause other test classes to fail if they can't connect to the Gravitino server. + Run test in the IDE: Through `IntegrationTestEnv` class automatic start and stop Gravitino server to support ITs. + Run test in the Github Action: Manual start and stop Gravitino server, and set `EXTERNAL_START_GRAVITINO` environment variable + Run test in the Gradle command `:client:client-python:test`: Gradle automatic start and stop Gravitino server, and set `EXTERNAL_START_GRAVITINO` environment variable. ### Why are the changes needed? Fix: #2292 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Through CI check.
…ration test (apache#2994) ### What changes were proposed in this pull request? 1. Add `skipPyClientITs` param in Gradle build script. Let's Python client integration test not running in the backend ITs 2. Combined Gradle build command of Python client test and integration test 3. improvement FilesetCatalog integration test codes. 4. Test mode + Test Principle: Every Python ITs class base on the `IntegrationTestEnv`, `IntegrationTestEnv` will automatic start and stop Gravitino server to support ITs, But when you run multiple ITs class at same time, The first test class that finishes running will shut down the Gravitino server, which will cause other test classes to fail if they can't connect to the Gravitino server. + Run test in the IDE: Through `IntegrationTestEnv` class automatic start and stop Gravitino server to support ITs. + Run test in the Github Action: Manual start and stop Gravitino server, and set `EXTERNAL_START_GRAVITINO` environment variable + Run test in the Gradle command `:client:client-python:test`: Gradle automatic start and stop Gravitino server, and set `EXTERNAL_START_GRAVITINO` environment variable. ### Why are the changes needed? Fix: apache#2292 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? Through CI check.
Describe the subtask
This issue tracks the work of add UI for fileset catalog. User can view the created filesets on the web UI.
Parent issue
#1241
The text was updated successfully, but these errors were encountered: