[KYUUBI #3441][FOLLOWUP] Change default Spark version to 3.3 in kyuubi-spark-authz, kyuubi-spark-lineage's README
### _Why are the changes needed?_ Set Apache Spark3.3 as the default in kyuubi-spark-authz, kyuubi-spark-lineage's readme documentation ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3826 from Yikf/default-spark3. Closes #3441 b5ba46b7 [Yikf] Make Spark 3.3 as default Authored-by: Yikf <yikaifei1@gmail.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
parent
c989af68f4
commit
d0f3029908
@ -35,8 +35,8 @@ build/mvn clean package -pl :kyuubi-spark-authz_2.12 -Dspark.version=3.2.1 -Dran
|
||||
`-Dspark.version=`
|
||||
|
||||
- [x] master
|
||||
- [x] 3.3.x
|
||||
- [x] 3.2.x (default)
|
||||
- [x] 3.3.x (default)
|
||||
- [x] 3.2.x
|
||||
- [x] 3.1.x
|
||||
- [x] 3.0.x
|
||||
- [ ] 2.4.x and earlier
|
||||
|
||||
@ -34,6 +34,6 @@ build/mvn clean package -pl :kyuubi-spark-lineage_2.12 -Dspark.version=3.2.1
|
||||
`-Dspark.version=`
|
||||
|
||||
- [x] master
|
||||
- [x] 3.3.x
|
||||
- [x] 3.2.x (default)
|
||||
- [x] 3.3.x (default)
|
||||
- [x] 3.2.x
|
||||
- [x] 3.1.x
|
||||
|
||||
Loading…
Reference in New Issue
Block a user