Skip to content

Commit

Permalink
[Doc][Iceberg] Improved iceberg documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouyao committed Aug 20, 2023
1 parent bb60019 commit e45eed6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/en/connector-v2/source/Iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@

Source connector for Apache Iceberg. It can support batch and stream mode.

## Supported DataSource Info

| Datasource | Dependent | Maven |
|------------|---------------------|---------------------------------------------------------------------------|
| Iceberg | flink-shaded-hadoop | [Download](https://mvnrepository.com/search?q=flink-shaded-hadoop-) |
| Iceberg | hive-exec | [Download](https://mvnrepository.com/artifact/org.apache.hive/hive-exec) |
| Iceberg | libfb303 | [Download](https://mvnrepository.com/artifact/org.apache.thrift/libfb303) |

## Database Dependency

> In order to be compatible with different versions of Hadoop and Hive, the scope of hive-exec and flink-shaded-hadoop-2 in the project pom file are provided, so if you use the Flink engine, first you may need to add the following Jar packages to <FLINK_HOME>/lib directory, if you are using the Spark engine and integrated with Hadoop, then you do not need to add the following Jar packages.
Expand Down

0 comments on commit e45eed6

Please sign in to comment.