Skip to content

Commit d93eaaf

Browse files
Mehul BatraMehul Batra
authored andcommitted
add jars info for custom flink environment
1 parent a509ac5 commit d93eaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/quickstart/flink-iceberg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ You can also visit http://localhost:8083/ to see if Flink is running normally.
136136

137137
:::note
138138
- If you want to additionally use an observability stack, follow one of the provided quickstart guides [here](maintenance/observability/quickstart.md) and then continue with this guide.
139-
- If you want to run with your own Flink environment, remember to download the [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases), [iceberg-flink connector jar](https://iceberg.apache.org/docs/latest/flink/) and then put them to `FLINK_HOME/lib/`.
139+
- If you want to run with your own Flink environment, remember to download the [fluss-flink connector jar](/downloads), [flink-connector-faker](https://github.com/knaufk/flink-faker/releases), [iceberg-flink connector jar](https://iceberg.apache.org/docs/latest/flink/), [avro-1.12.0.jar](https://mvnrepository.com/artifact/org.apache.avro/avro/1.12.0), and [iceberg-aws-bundle-1.9.1.jar](https://mvnrepository.com/artifact/org.apache.iceberg/iceberg-aws-bundle/1.9.1) and then put them to `FLINK_HOME/lib/`.
140140
- All the following commands involving `docker compose` should be executed in the created working directory that contains the `docker-compose.yml` file.
141141
:::
142142

0 commit comments

Comments
 (0)