This is an automated email from the ASF dual-hosted git repository.
zjureel 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 4068d3589a [doc] Add docs in filesystems for hadoop uber (#6266)
4068d3589a is described below
commit 4068d3589a830d6f950431fac8447c5b5a24d9be
Author: Fang Yong <[email protected]>
AuthorDate: Wed Sep 24 16:10:31 2025 +0800
[doc] Add docs in filesystems for hadoop uber (#6266)
---
docs/content/maintenance/filesystems.md | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/docs/content/maintenance/filesystems.md
b/docs/content/maintenance/filesystems.md
index 93ce7bbb0c..9b7b5498b8 100644
--- a/docs/content/maintenance/filesystems.md
+++ b/docs/content/maintenance/filesystems.md
@@ -96,6 +96,25 @@ HDFS Configuration is available directly through the
computation cluster, see cl
{{< /tabs >}}
+### Paimon-Hadoop Uber package
+
+If you want to read from and write to Paimon tables on a Hadoop cluster within
an application that has no Hadoop dependencies,
+you can use the Paimon Hadoop uber jar.
+
+{{< stable >}}
+
+Download [paimon-hadoop-uber-{{< version
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/paimon/paimon-hadoop-uber/{{<
version >}}/paimon-hadoop-uber-{{< version >}}.jar).
+
+{{< /stable >}}
+
+{{< unstable >}}
+
+Download [paimon-hadoop-uber-{{< version
>}}.jar](https://repository.apache.org/snapshots/org/apache/paimon/paimon-hadoop-uber/{{<
version >}}/).
+
+{{< /unstable >}}
+
+Put `paimon-hadoop-uber-{{< version >}}.jar` into classpath directory of your
application.
+
### Hadoop-compatible file systems (HCFS)
All Hadoop file systems are automatically available when the Hadoop libraries
are on the classpath.