Skip to content

Commit c9ecc1f

Browse files
authored
[hotfix] Fix iceberg doc display (#1818)
1 parent aec141d commit c9ecc1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/docs/quickstart/flink-iceberg.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ cd fluss-quickstart-flink-iceberg
3636

3737
```shell
3838
mkdir lib
39-
wget -O lib/hadoop-apache-3.3.5-2.jar https://repo1.maven.org/maven2/io/trino/hadoop/hadoop-apache/3.3.5-2/hadoop-apache-3.3.5-2.jar```
39+
wget -O lib/hadoop-apache-3.3.5-2.jar https://repo1.maven.org/maven2/io/trino/hadoop/hadoop-apache/3.3.5-2/hadoop-apache-3.3.5-2.jar
40+
```
4041

4142
This jar file provides Hadoop 3.3.5 dependencies required for Iceberg's Hadoop catalog integration.
4243

0 commit comments

Comments
 (0)