jerryshao commented on code in PR #5508:
URL: https://github.com/apache/gravitino/pull/5508#discussion_r1842061502
##########
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
`abs` if it's a Azure blob storage fileset, or a comma separated string that
contains `abs` like `oss,abs,s3` to support multiple kinds of fileset including
`abs`. | (none) | Yes |
0.8.0-incubating |
+| `abs-account-name` | The account name of Azure blob storage.
| (none) | Yes if it's a Azure blob storage fileset. |
0.8.0-incubating |
+| `abs-account-key` | The account key of Azure blob storage.
| (none) | Yes if it's a Azure blob storage fileset. |
0.8.0-incubating |
+
+Similar to the above, you need to place the corresponding bundle jar
[`gravitino-azure-bundle-${version}.jar`](https://repo1.maven.org/maven2/org/apache/gravitino/azure-bundle/)
in the Hadoop environment(typically located in
`${HADOOP_HOME}/share/hadoop/common/lib/`).
+
+
Review Comment:
Remove additional blank line.
--
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]