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
Copy file name to clipboardExpand all lines: docs/content/maintenance/filesystems.md
+94Lines changed: 94 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,7 @@ SELECT * FROM test_table;
242
242
SELECTCOUNT(1) FROM test_table;
243
243
```
244
244
245
+
245
246
{{< /tab >}}
246
247
{{< tab "Trino" >}}
247
248
@@ -420,3 +421,96 @@ CREATE CATALOG my_catalog WITH (
420
421
{{< /tab >}}
421
422
422
423
{{< /tabs >}}
424
+
425
+
## Microsoft Azure Storage
426
+
427
+
{{< stable >}}
428
+
429
+
Download [paimon-azure-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-gs/{{< version >}}/paimon-gs-{{< version >}}.jar).
430
+
431
+
{{< /stable >}}
432
+
433
+
{{< unstable >}}
434
+
435
+
Download [paimon-gs-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-gs/{{< version >}}/).
436
+
437
+
{{< /unstable >}}
438
+
439
+
{{< tabs "gs" >}}
440
+
441
+
{{< tab "Flink" >}}
442
+
443
+
{{< hint info >}}
444
+
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),
445
+
here you can skip the following configuration.
446
+
{{< /hint >}}
447
+
448
+
Put `paimon-gs-{{< version >}}.jar` into `lib` directory of your Flink home, and create catalog:
Download [paimon-azure-{{< version >}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-azure/{{< version >}}/paimon-azure-{{< version >}}.jar).
469
+
470
+
{{< /stable >}}
471
+
472
+
{{< unstable >}}
473
+
474
+
Download [paimon-azure-{{< version >}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-azure/{{< version >}}/).
475
+
476
+
{{< /unstable >}}
477
+
478
+
{{< tabs "azure" >}}
479
+
480
+
{{< tab "Flink" >}}
481
+
482
+
{{< hint info >}}
483
+
If you have already configured [azure access through Flink](https://nightlies.apache.org/flink/flink-docs-release-2.0/docs/deployment/filesystems/azure/) (Via Flink FileSystem),
484
+
here you can skip the following configuration.
485
+
{{< /hint >}}
486
+
487
+
Put `paimon-azure-{{< version >}}.jar` into `lib` directory of your Flink home, and create catalog:
0 commit comments