Skip to content

Commit 10eab4f

Browse files
[docs] Update Java version requirements in deployment documentation for clarity (#2131)
Signed-off-by: Harsh Mehta <[email protected]>
1 parent 53f5635 commit 10eab4f

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
@@ -17,7 +17,7 @@ This page provides instructions on how to deploy a *local cluster* (on one machi
1717
Fluss runs on all *UNIX-like environments*, e.g. **Linux**, **Mac OS X**.
1818
Before you start to set up the system, make sure you have the following software installed on your test machine:
1919

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

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

0 commit comments

Comments
 (0)