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
…age in a pluggable manner for fileset catalog (#5020)
### What changes were proposed in this pull request?
Add a framework to support multiple storage system within Hadoop catalog
### Why are the changes needed?
Some users want Gravitino to manage file system like S3 or GCS.
Fix: #5019
### Does this PR introduce _any_ user-facing change?
N/A.
### How was this patch tested?
Existing test.
Describe the feature
Currently, the Hadoop catalog only supports local files and HDFS file systems. We plan to support more fileset storage like S3, GCS, and so on.
This proposal proposes a framework to support multiple storage types plugin-based.
Motivation
No response
Describe the solution
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: