jerryshao commented on code in PR #5508:
URL: https://github.com/apache/gravitino/pull/5508#discussion_r1841518682
##########
docs/how-to-use-gvfs.md:
##########
@@ -102,6 +102,17 @@ In the meantime, you need to place the corresponding
bundle jar [`gravitino-gcp-
In the meantime, you need to place the corresponding bundle jar
[`gravitino-aliyun-bundle-${version}.jar`](https://repo1.maven.org/maven2/org/apache/gravitino/aliyun-bundle/)
in the Hadoop environment(typically located in
`${HADOOP_HOME}/share/hadoop/common/lib/`).
+#### Azure blob storage fileset
+
+| Configuration item | Description
| Default value | Required | Since
version |
+|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------------------------|------------------|
+| `fs.gvfs.filesystem.providers` | The file system providers to add. Set it to
`abfs` if it's a Azure block storage fileset, or a comma separated string that
contains `abfs` like `oss,abfs,s3` to support multiple kinds of fileset
including `abfs`. | (none) | Yes |
0.8.0-incubating |
Review Comment:
Also here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]