[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:
Yikf 2022-11-22 19:29:39 +08:00 committed by Cheng Pan
parent c989af68f4
commit d0f3029908
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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