Skip to content

Commit b9ed0d7

Browse files
authored
[docs] Fix warehouse path of paimon inconsistent in lakehouse-storage page
1 parent a0788b1 commit b9ed0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/maintenance/tiered-storage/lakehouse-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ datalake.format: paimon
4747

4848
# the catalog config about Paimon, assuming using Filesystem catalog
4949
datalake.paimon.metastore: filesystem
50-
datalake.paimon.warehouse: /tmp/paimon_data_warehouse
50+
datalake.paimon.warehouse: /tmp/paimon
5151
```
5252
5353
Fluss processes Paimon configurations by removing the `datalake.paimon.` prefix and then use the remaining configuration (without the prefix `datalake.paimon.`) to create the Paimon catalog. Checkout the [Paimon documentation](https://paimon.apache.org/docs/1.1/maintenance/configurations/) for more details on the available configurations.

0 commit comments

Comments
 (0)