Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions website/docs/quickstart/flink.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path-style-access: true
s3.region: us-east-1 # default region of rustfs
tablet-server:
image: apache/fluss:$FLUSS_DOCKER_VERSION$
command: tabletServer
Expand All @@ -109,6 +110,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path-style-access: true
s3.region: us-east-1 # default region of rustfs
kv.snapshot.interval: 0s
zookeeper:
restart: always
Expand Down
4 changes: 4 additions & 0 deletions website/docs/quickstart/lakehouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path.style.access: true
s3.region: us-east-1 # default region of rustfs
datalake.format: paimon
datalake.paimon.metastore: filesystem
datalake.paimon.warehouse: s3://fluss/paimon
Expand All @@ -136,6 +137,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path.style.access: true
s3.region: us-east-1 # default region of rustfs
kv.snapshot.interval: 0s
datalake.format: paimon
datalake.paimon.metastore: filesystem
Expand Down Expand Up @@ -328,6 +330,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path.style.access: true
s3.region: us-east-1 # default region of rustfs
datalake.format: iceberg
datalake.iceberg.catalog-impl: org.apache.iceberg.jdbc.JdbcCatalog
datalake.iceberg.name: fluss_catalog
Expand Down Expand Up @@ -362,6 +365,7 @@ services:
s3.access-key: rustfsadmin
s3.secret-key: rustfsadmin
s3.path.style.access: true
s3.region: us-east-1 # default region of rustfs
datalake.format: iceberg
datalake.iceberg.catalog-impl: org.apache.iceberg.jdbc.JdbcCatalog
datalake.iceberg.name: fluss_catalog
Expand Down