This is an automated email from the ASF dual-hosted git repository.
yux pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new 7c7a74d45 [FLINK-38496][docs] Icerberg YAML sink requires extra Hadoop
jar to run (#4153)
7c7a74d45 is described below
commit 7c7a74d457f1796cfa03a20d6478de3503de30cf
Author: Hongshun Wang <[email protected]>
AuthorDate: Sat Oct 11 10:51:25 2025 +0800
[FLINK-38496][docs] Icerberg YAML sink requires extra Hadoop jar to run
(#4153)
---
.../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">