diff --git a/docs/get-started/Velox.md b/docs/get-started/Velox.md index 48bca9a6d31e..f106ac7455a9 100644 --- a/docs/get-started/Velox.md +++ b/docs/get-started/Velox.md @@ -9,7 +9,7 @@ parent: Getting-Started | Type | Version | |-------|------------------------------| -| Spark | 3.2.2, 3.3.1, 3.4.3, 3.5.1 | +| Spark | 3.2.2, 3.3.1, 3.4.3, 3.5.2 | | OS | Ubuntu20.04/22.04, Centos7/8 | | jdk | openjdk8/jdk17 | | scala | 2.12 | @@ -19,7 +19,7 @@ parent: Getting-Started Currently, Gluten+Velox backend is only tested on **Ubuntu20.04/Ubuntu22.04/Centos7/Centos8**. Other kinds of OS support are still in progress. The long term goal is to support several common OS and conda env deployment. -Currently, the officially supported Spark versions are 3.2.2, 3.3.1, 3.4.3 and 3.5.1. +Currently, the officially supported Spark versions are 3.2.2, 3.3.1, 3.4.3 and 3.5.2. We need to set up the `JAVA_HOME` env. Currently, Gluten supports **java 8** and **java 17**. diff --git a/docs/get-started/build-guide.md b/docs/get-started/build-guide.md index d9c3beaab9dc..f135999cc608 100644 --- a/docs/get-started/build-guide.md +++ b/docs/get-started/build-guide.md @@ -74,4 +74,4 @@ It's name pattern is `gluten--bundle-spark_< | 3.2.2 | 3.2 | 2.12 | | 3.3.1 | 3.3 | 2.12 | | 3.4.3 | 3.4 | 2.12 | -| 3.5.1 | 3.5 | 2.12 | +| 3.5.2 | 3.5 | 2.12 |