jerryshao commented on code in PR #5508:
URL: https://github.com/apache/gravitino/pull/5508#discussion_r1840162072
##########
docs/hadoop-catalog.md:
##########
@@ -76,6 +76,18 @@ 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 directory `${GRAVITINO_HOME}/catalogs/hadoop/libs`.
+
+#### Azure Blob Storage fileset
+
+| Configuration item | Description
| Default value | Required
| Since version |
+|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|-------------------------------------------|------------------|
+| `filesystem-providers` | The file system providers to add. Set it to
`abfss` if it's a Azure block storage fileset, or a comma separated string that
contains `abfss` like `oss,abfss,s3` to support multiple kinds of fileset
including `abfss`. | (none) | Yes
| 0.8.0-incubating |
Review Comment:
`abfs` or `abfss`?
--
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]