This is an automated email from the ASF dual-hosted git repository.

yux pushed a commit to branch release-3.5
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/release-3.5 by this push:
     new 1af4cce23 [FLINK-38496][docs] Iceberg yaml sink needs extra Hadoop jar 
(#4154)
1af4cce23 is described below

commit 1af4cce23b1c88172c8959927776eb9588401717
Author: Hongshun Wang <[email protected]>
AuthorDate: Mon Oct 13 08:59:45 2025 +0800

    [FLINK-38496][docs] Iceberg yaml sink needs extra Hadoop jar (#4154)
---
 .../docs/connectors/pipeline-connectors/iceberg.md    | 18 ++++++++++++++++++
 .../docs/connectors/pipeline-connectors/iceberg.md    | 19 +++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/docs/content.zh/docs/connectors/pipeline-connectors/iceberg.md 
b/docs/content.zh/docs/connectors/pipeline-connectors/iceberg.md
index be43b09b1..173d17bac 100644
--- a/docs/content.zh/docs/connectors/pipeline-connectors/iceberg.md
+++ b/docs/content.zh/docs/connectors/pipeline-connectors/iceberg.md
@@ -62,6 +62,24 @@ pipeline:
   name: MySQL to Iceberg Pipeline
   parallelism: 2
 ```
+***Note:***
+If `catalog.properties.type` is hadoop, you need to configure the following 
dependencies manually, and pass it with `--jar` argument of Flink CDC CLI when 
submitting YAML pipeline jobs.
+<div class="wy-table-responsive">
+<table class="colwidths-auto docutils">
+    <thead>
+      <tr>
+        <th class="text-left">Dependency Item</th>
+        <th class="text-left">Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a 
href="https://mvnrepository.com/artifact/org.apache.flink/flink-shaded-hadoop-2-uber/2.8.3-10.0
 ">  org.apache.flink:flink-shaded-hadoop-2-uber:2.8.3-10.0</a></td>
+        <td>Used for Hadoop dependencies.</td>
+      </tr>
+    </tbody>
+</table>
+</div>
 
 Pipeline Connector Options
 ----------------
diff --git a/docs/content/docs/connectors/pipeline-connectors/iceberg.md 
b/docs/content/docs/connectors/pipeline-connectors/iceberg.md
index 22fd03284..0d1411471 100644
--- a/docs/content/docs/connectors/pipeline-connectors/iceberg.md
+++ b/docs/content/docs/connectors/pipeline-connectors/iceberg.md
@@ -63,6 +63,25 @@ pipeline:
   parallelism: 2
 ```
 
+***Note:***
+If `catalog.properties.type` is hadoop, you need to configure the following 
dependencies manually, and pass it with `--jar` argument of Flink CDC CLI when 
submitting YAML pipeline jobs.
+<div class="wy-table-responsive">
+<table class="colwidths-auto docutils">
+    <thead>
+      <tr>
+        <th class="text-left">Dependency Item</th>
+        <th class="text-left">Description</th>
+      </tr>
+    </thead>
+    <tbody>
+      <tr>
+        <td><a 
href="https://mvnrepository.com/artifact/org.apache.flink/flink-shaded-hadoop-2-uber/2.8.3-10.0
 ">  org.apache.flink:flink-shaded-hadoop-2-uber:2.8.3-10.0</a></td>
+        <td>Used for Hadoop dependencies.</td>
+      </tr>
+    </tbody>
+</table>
+</div>
+
 Pipeline Connector Options
 ----------------
 <div class="highlight">

Reply via email to