This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.7 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit b9b1787f19a35ee04da4a28b51e181d58cb08ebc Author: Zmm <[email protected]> AuthorDate: Thu Jul 31 20:19:48 2025 +0800 [docs] Fix typos and format in deploying-local-cluster.md (#1393) --- website/docs/install-deploy/deploying-local-cluster.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/docs/install-deploy/deploying-local-cluster.md b/website/docs/install-deploy/deploying-local-cluster.md index b320286d9..6183db746 100644 --- a/website/docs/install-deploy/deploying-local-cluster.md +++ b/website/docs/install-deploy/deploying-local-cluster.md @@ -26,7 +26,7 @@ This page provides instructions on how to deploy a *local cluster* (on one machi ## Requirements Fluss runs on all *UNIX-like environments*, e.g. **Linux**, **Mac OS X**. -Before you start to setup the system, make sure you have the following software installed on your test machine: +Before you start to set up the system, make sure you have the following software installed on your test machine: - **Java 17** or higher (Java 8 and Java 11 are not recommended) @@ -58,8 +58,8 @@ After that, the Fluss local cluster is started. ## Interacting with Fluss -After Fluss local cluster is started, you can use **Fluss Client** (Currently, only support Flink Sql Client) to interact with Fluss. -The following subsections will show you how to use Flink Sql Client to interact with Fluss. +After Fluss local cluster is started, you can use **Fluss Client** (Currently, only support Flink SQL Client) to interact with Fluss. +The following subsections will show you how to use Flink SQL Client to interact with Fluss. ### Flink SQL Client @@ -84,4 +84,4 @@ CREATE CATALOG fluss_catalog WITH ( #### Do more with Fluss After the catalog is created, you can use Flink SQL Client to do more with Fluss, for example, create a table, insert data, query data, etc. -More details please refer to [Flink Getting started](engine-flink/getting-started.md) \ No newline at end of file +More details please refer to [Flink Getting Started](engine-flink/getting-started.md) \ No newline at end of file
