Skip to content

Commit fa943bb

Browse files
committed
update Java version requirements in deployment documentation for clarity
Signed-off-by: Harsh Mehta <[email protected]>
1 parent 453d64b commit fa943bb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/docs/install-deploy/deploying-distributed-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ This doc provides a simple example of how to deploy a distributed cluster on fou
1818

1919
### Software Requirements
2020

21-
Before you start to set up the system, make sure you have installed **Java 17** or higher **on each node** in your cluster.
22-
Java 8 and Java 11 are not recommended.
21+
Before you start to set up the system, make sure you have installed **Java 11** or higher **on each node** in your cluster.
22+
Java 8 is not supported as the released binary is compiled with Java 11.
23+
While Fluss can run on Java 11, **Java 17 or higher is strongly recommended** for better performance.
2324

2425
Additionally, you need a running **ZooKeeper** cluster with version 3.6.0 or higher.
2526
We do not recommend to use ZooKeeper versions below 3.6.0.

website/docs/install-deploy/deploying-local-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This page provides instructions on how to deploy a *local cluster* (on one machi
1212
Fluss runs on all *UNIX-like environments*, e.g. **Linux**, **Mac OS X**.
1313
Before you start to set up the system, make sure you have the following software installed on your test machine:
1414

15-
- **Java 17** or higher (Java 8 and Java 11 are not recommended)
15+
- **Java 11** or higher (Java 8 is not supported; **Java 17 or higher is strongly recommended** for better performance)
1616

1717
If your cluster does not fulfill these software requirements you will need to install/upgrade it.
1818

0 commit comments

Comments
 (0)