From e458a84785564830416bafd75ff78fa995264243 Mon Sep 17 00:00:00 2001 From: yuqi Date: Mon, 8 Jul 2024 15:35:49 +0800 Subject: [PATCH] Polish docs --- docs/gravitino-server-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gravitino-server-config.md b/docs/gravitino-server-config.md index a5b7185d7de..cc815f9ee3a 100644 --- a/docs/gravitino-server-config.md +++ b/docs/gravitino-server-config.md @@ -44,7 +44,7 @@ You can also specify filter parameters by setting configuration entries of the f | Configuration item | Description | Default value | Required | Since version | |---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------|--------------------------------------------------|---------------| -| `gravitino.entity.store` | Which storage implementation to use. `relational` storage is currently supported. | `relational` | No | 0.1.0 | +| `gravitino.entity.store` | Which entity storage implementation to use. Only`relational` storage is currently supported. | `relational` | No | 0.1.0 | | `gravitino.entity.store.kv` | Detailed implementation of KV storage. `RocksDB` storage is currently supported, and the implementation is `RocksDBKvBackend`. | `RocksDBKvBackend` | No | 0.1.0 | | `gravitino.entity.store.kv.rocksdbPath` | The storage path for RocksDB storage implementation. It supports both absolute and relative path, if the value is a relative path, the final path is `${GRAVITINO_HOME}/${PATH_YOU_HAVA_SET}`, default value is `${GRAVITINO_HOME}/data/rocksdb` | `${GRAVITINO_HOME}/data/rocksdb` | No | 0.1.0 | | `gravitino.entity.serde` | The serialization/deserialization class used to support entity storage. `proto' is currently supported. | `proto` | No | 0.1.0 |