Skip to content

Commit 7aeb0c9

Browse files
committed
[hotfix] Fix version of fluss-flink-tiering jar in quickstart page
1 parent 8e53022 commit 7aeb0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/quickstart/flink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Open a new terminal, navigate to the `fluss-quickstart-flink` directory, and exe
369369
```shell
370370
docker compose exec jobmanager \
371371
/opt/flink/bin/flink run \
372-
/opt/flink/opt/fluss-flink-tiering-$FLUSS_VERSION_SHORT$.jar \
372+
/opt/flink/opt/fluss-flink-tiering-$FLUSS_VERSION$.jar \
373373
--fluss.bootstrap.servers coordinator-server:9123 \
374374
--datalake.format paimon \
375375
--datalake.paimon.metastore filesystem \
@@ -524,4 +524,4 @@ docker compose down -v
524524
to stop all containers.
525525

526526
## Learn more
527-
Now that you're up an running with Fluss and Flink, check out the [Apache Flink Engine](engine-flink/getting-started.md) docs to learn more features with Flink or [this guide](/maintenance/observability/quickstart.md) to learn how to set up an observability stack for Fluss and Flink.
527+
Now that you're up an running with Fluss and Flink, check out the [Apache Flink Engine](engine-flink/getting-started.md) docs to learn more features with Flink or [this guide](/maintenance/observability/quickstart.md) to learn how to set up an observability stack for Fluss and Flink.

0 commit comments

Comments
 (0)