MehulBatra commented on code in PR #2555: URL: https://github.com/apache/fluss/pull/2555#discussion_r2760493789
########## website/docs/quickstart/lakehouse.md: ########## @@ -155,37 +155,60 @@ mkdir fluss-quickstart-iceberg cd fluss-quickstart-iceberg ``` -2. Create a `lib` directory and download the required Hadoop jar file: +2. Create directories and download required jars: ```shell -mkdir lib -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 -``` +mkdir -p lib opt -This jar file provides Hadoop 3.3.5 dependencies required for Iceberg's Hadoop catalog integration. +# Flink connectors +wget -O lib/flink-faker.jar https://github.com/knaufk/flink-faker/releases/download/v0.5.3/flink-faker-0.5.3.jar Review Comment: Agreed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
