This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new ad93d729dd [doc] fix docs in filesystem.md (#5477)
ad93d729dd is described below
commit ad93d729dda36d1a85e1584c210bc5371d286d64
Author: Wenston Xin <[email protected]>
AuthorDate: Mon Apr 21 09:13:57 2025 +0800
[doc] fix docs in filesystem.md (#5477)
---
docs/content/maintenance/filesystems.md | 40 +--------------------------------
1 file changed, 1 insertion(+), 39 deletions(-)
diff --git a/docs/content/maintenance/filesystems.md
b/docs/content/maintenance/filesystems.md
index 18e1e49e27..673fe1f073 100644
--- a/docs/content/maintenance/filesystems.md
+++ b/docs/content/maintenance/filesystems.md
@@ -42,6 +42,7 @@ FileSystem pluggable jars for user to query tables from
Spark/Hive side.
| Aliyun OSS | oss:// | Y |
|
| S3 | s3:// | Y |
|
| Tencent Cloud Object Storage | cosn:// | Y |
|
+| Microsoft Azure Storage | abfs:// | Y |
|
| Huawei OBS | obs:// | Y |
|
## Dependency
@@ -423,45 +424,6 @@ CREATE CATALOG my_catalog WITH (
{{< /tabs >}}
-## Microsoft Azure Storage
-
-{{< stable >}}
-
-Download [paimon-azure-{{< version
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-gs/{{<
version >}}/paimon-gs-{{< version >}}.jar).
-
-{{< /stable >}}
-
-{{< unstable >}}
-
-Download [paimon-gs-{{< version
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-gs/{{<
version >}}/).
-
-{{< /unstable >}}
-
-{{< tabs "gs" >}}
-
-{{< tab "Flink" >}}
-
-{{< hint info >}}
-If you have already configured [oss access through
Flink](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/filesystems/gcs/)
(Via Flink FileSystem),
-here you can skip the following configuration.
-{{< /hint >}}
-
-Put `paimon-gs-{{< version >}}.jar` into `lib` directory of your Flink home,
and create catalog:
-
-```sql
-CREATE CATALOG my_catalog WITH (
- 'type' = 'paimon',
- 'warehouse' = 'oss://<bucket>/<path>',
- 'fs.gs.auth.type' = 'SERVICE_ACCOUNT_JSON_KEYFILE',
- 'fs.gs.auth.service.account.json.keyfile' =
'/path/to/service-account-.json'
-);
-```
-
-{{< /tab >}}
-
-{{< /tabs >}}
-
-
## Microsoft Azure Storage
{{< stable >}}