This is an automated email from the ASF dual-hosted git repository.
mehulbatra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new ffe7da0e2 docs: updated Flink SQL Client startup and cluster shutdown
instructions (#2522)
ffe7da0e2 is described below
commit ffe7da0e2944b67c758be271c70ddf0be23dcdf9
Author: Nikhil Negi <[email protected]>
AuthorDate: Thu Jan 29 21:18:30 2026 +0530
docs: updated Flink SQL Client startup and cluster shutdown instructions
(#2522)
* docs: updated Flink SQL Client startup and cluster shutdown instructions
* Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
---------
Co-authored-by: Copilot <[email protected]>
---
website/docs/engine-flink/getting-started.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/website/docs/engine-flink/getting-started.md
b/website/docs/engine-flink/getting-started.md
index f25740602..8c4e926f7 100644
--- a/website/docs/engine-flink/getting-started.md
+++ b/website/docs/engine-flink/getting-started.md
@@ -77,10 +77,16 @@ ps aux | grep flink
```
- **Start a SQL Client**
-To quickly stop the cluster and all running components, you can use the
provided script:
+To quickly start the SQL client, you can use the provided script:
```shell
<FLINK_HOME>/bin/sql-client.sh
```
+- **Stop the cluster**
+
+To quickly stop the cluster and all running components, you can use the
provided script:
+```shell
+<FLINK_HOME>/bin/stop-cluster.sh
+```
## Creating a Catalog