Skip to content
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

[Improvement] #4625

Open
heziyi399 opened this issue Aug 22, 2024 · 0 comments
Open

[Improvement] #4625

heziyi399 opened this issue Aug 22, 2024 · 0 comments
Labels
improvement Improvements on everything

Comments

@heziyi399
Copy link

What would you like to be improved?

now I want to use GravitinoVirtureFileSystem to manager catalog,but because GravitinoVirtureFileSystem extend Filesystem,I want to use some of the features of DistribututedFileSystem, such as setting storage policies, which are not available in GravitinoVirtureFileSystem. Can GravitinoVirtureFileSystem implement these methods?
DistributedFileSystem dfs; dfs.setStoragePolicy(dirPath, hdfsPolicy.getPolicy());

How should we improve?

Choose to inherit the fileSystem or the DistrubutedFilesystem or add a method to distinguish the file system in GravitinoVirtureFileSystem

@heziyi399 heziyi399 added the improvement Improvements on everything label Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
1 participant