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
|`fs.AbstractFileSystem.gvfs.impl`| The Gravitino Virtual File System abstract class, set it to `org.apache.gravitino.filesystem.hadoop.Gvfs`. | (none) | Yes | 0.5.0 |
|`fs.gvfs.impl`| The Gravitino Virtual File System implementation class, set it to `org.apache.gravitino.filesystem.hadoop.GravitinoVirtualFileSystem`. | (none) | Yes | 0.5.0 |
How should we improve?
make them optional and give them default values
The text was updated successfully, but these errors were encountered:
Theoretically, we can utilize the service loader mechanism to optimize it. any paths that starts with gvfs will automatically use GravitinoVirtualFileSystem as the default implementation.
What would you like to be improved?
The two Configuration item in Java GVFS seem to have fixed values, I think we can make them optional:
gravitino/docs/how-to-use-gvfs.md
Lines 49 to 52 in 6ad3d3b
How should we improve?
make them optional and give them default values
The text was updated successfully, but these errors were encountered: