This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new f97cf6c9f [docs] Update quickstart-flink doc to use
'kv.snapshot.interval' = 0s to avoid client obtain token issue (#2660)
f97cf6c9f is described below
commit f97cf6c9fb7b601024f244c6bc6b7299ad21cf6a
Author: yuxia Luo <[email protected]>
AuthorDate: Thu Feb 12 16:29:44 2026 +0800
[docs] Update quickstart-flink doc to use 'kv.snapshot.interval' = 0s to
avoid client obtain token issue (#2660)
---
website/docs/quickstart/flink.md | 24 +-----------------------
website/docs/quickstart/lakehouse.md | 1 -
2 files changed, 1 insertion(+), 24 deletions(-)
diff --git a/website/docs/quickstart/flink.md b/website/docs/quickstart/flink.md
index b5fd0f93c..735e3cb40 100644
--- a/website/docs/quickstart/flink.md
+++ b/website/docs/quickstart/flink.md
@@ -109,7 +109,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path-style-access: true
- kv.snapshot.interval: 60s
+ kv.snapshot.interval: 0s
zookeeper:
restart: always
image: zookeeper:3.9.2
@@ -161,7 +161,6 @@ volumes:
The Docker Compose environment consists of the following containers:
- **RustFS:** an S3-compatible object storage for tiered storage. You can
access the RustFS console at http://localhost:9001 with credentials
`rustfsadmin/rustfsadmin`. An init container (`rustfs-init`) automatically
creates the `fluss` bucket on startup.
- **Fluss Cluster:** a Fluss `CoordinatorServer`, a Fluss `TabletServer` and a
`ZooKeeper` server.
- - Snapshot interval `kv.snapshot.interval` is configured as 60 seconds. You
may want to configure this differently for production systems
- Credentials are configured directly with `s3.access-key` and
`s3.secret-key`. Production systems should use CredentialsProvider chain
specific to cloud environments.
- **Flink Cluster**: a Flink `JobManager`, a Flink `TaskManager`, and a Flink
SQL client container to execute queries.
@@ -452,27 +451,6 @@ The following command allows you to quit Flink SQL Client.
quit;
```
-### Remote Storage
-
-Finally, you can use the following command to view the Primary Key Table
snapshot files stored on RustFS:
-
-```shell
-docker run --rm --net=host \
--e MC_HOST_rustfs=http://rustfsadmin:rustfsadmin@localhost:9000 \
-minio/mc ls --recursive rustfs/fluss/
-```
-
-Sample output:
-```shell
-[2026-02-03 20:28:59 UTC] 26KiB STANDARD
remote-data/kv/fluss/enriched_orders-3/0/shared/4f675202-e560-4b8e-9af4-08e9769b4797
-[2026-02-03 20:27:59 UTC] 11KiB STANDARD
remote-data/kv/fluss/enriched_orders-3/0/shared/87447c34-81d0-4be5-b4c8-abcea5ce68e9
-[2026-02-03 20:28:59 UTC] 0B STANDARD
remote-data/kv/fluss/enriched_orders-3/0/snap-0/
-[2026-02-03 20:28:59 UTC] 1.1KiB STANDARD
remote-data/kv/fluss/enriched_orders-3/0/snap-1/_METADATA
-[2026-02-03 20:28:59 UTC] 211B STANDARD
remote-data/kv/fluss/enriched_orders-3/0/snap-1/aaffa8fc-ddb3-4754-938a-45e28df6d975
-[2026-02-03 20:28:59 UTC] 16B STANDARD
remote-data/kv/fluss/enriched_orders-3/0/snap-1/d3c18e43-11ee-4e39-912d-087ca01de0e8
-[2026-02-03 20:28:59 UTC] 6.2KiB STANDARD
remote-data/kv/fluss/enriched_orders-3/0/snap-1/ea2f2097-aa9a-4c2a-9e72-530218cd551c
-```
-
## Clean up
After finishing the tutorial, run `exit` to exit Flink SQL CLI Container and
then run
```shell
diff --git a/website/docs/quickstart/lakehouse.md
b/website/docs/quickstart/lakehouse.md
index 5a848c502..7895abdc4 100644
--- a/website/docs/quickstart/lakehouse.md
+++ b/website/docs/quickstart/lakehouse.md
@@ -342,7 +342,6 @@ services:
datalake.iceberg.s3.path-style-access: true
datalake.iceberg.client.region: us-east-1
volumes:
- -
./lib/fluss-lake-iceberg-$FLUSS_DOCKER_VERSION$.jar:/opt/fluss/plugins/iceberg/fluss-lake-iceberg-$FLUSS_DOCKER_VERSION$.jar
-
./lib/iceberg-aws-1.10.1.jar:/opt/fluss/plugins/iceberg/iceberg-aws-1.10.1.jar
-
./lib/iceberg-aws-bundle-1.10.1.jar:/opt/fluss/plugins/iceberg/iceberg-aws-bundle-1.10.1.jar
-
./lib/postgresql-42.7.4.jar:/opt/fluss/plugins/iceberg/postgresql-42.7.4.jar