Skip to content

Commit 8b761bc

Browse files
Mehul BatraMehul Batra
authored andcommitted
address yuxia comments 2
1 parent 6021416 commit 8b761bc

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

website/docs/quickstart/flink-iceberg.md

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

3737
```shell
3838
mkdir lib
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
40-
```
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```
4140
4241
This jar file provides Hadoop 3.3.5 dependencies required for Iceberg's Hadoop catalog integration.
4342
@@ -465,7 +464,7 @@ SELECT snapshot_id, operation FROM datalake_enriched_orders$lake$snapshots;
465464
| 1 | append |
466465
+-------------+--------------------+
467466
```
468-
**Note:** Make sure to wait for the checkpoints (~30s) to complete before querying the snapshots, otherwise the result will be empty.
467+
**Note:** Make sure to wait for the configured `datalake.freshness` (~30s) to complete before querying the snapshots, otherwise the result will be empty.
469468
470469
Run the following SQL to do analytics on Iceberg data:
471470
```sql title="Flink SQL"

website/docs/quickstart/flink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ SELECT snapshot_id, total_record_count FROM datalake_enriched_orders$lake$snapsh
442442
| 1 | 650 |
443443
+-------------+--------------------+
444444
```
445-
**Note:** Make sure to wait for the checkpoints (~30s) to complete before querying the snapshots, otherwise the result will be empty.
445+
**Note:** Make sure to wait for the configured `datalake.freshness` (~30s) to complete before querying the snapshots, otherwise the result will be empty.
446446

447447
Run the following SQL to do analytics on Paimon data:
448448
```sql title="Flink SQL"

0 commit comments

Comments
 (0)