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.zh/docs/connectors/pipeline-connectors/iceberg.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,24 @@ pipeline:
62
62
name: MySQL to Iceberg Pipeline
63
63
parallelism: 2
64
64
```
65
+
***Note:***
66
+
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.
Copy file name to clipboardExpand all lines: docs/content/docs/connectors/pipeline-connectors/iceberg.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,25 @@ pipeline:
63
63
parallelism: 2
64
64
```
65
65
66
+
***Note:***
67
+
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.
0 commit comments