Skip to content

Commit 9e735b4

Browse files
Mehul BatraMehul Batra
authored andcommitted
reduce steps for jar download
1 parent ecf0b27 commit 9e735b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/docs/quickstart/flink-iceberg.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ cd fluss-quickstart-flink-iceberg
3636

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

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

0 commit comments

Comments
 (0)