Skip to content
Merged
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
8 changes: 4 additions & 4 deletions website/docs/install-deploy/deploying-local-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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)

Expand Down Expand Up @@ -60,8 +60,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

Expand All @@ -86,4 +86,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)
More details please refer to [Flink Getting Started](engine-flink/getting-started.md)