Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Apr 7, 2023
1 parent 85e1a05 commit 8be2968
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions docs/security/authorization/spark/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ build/mvn clean package -pl :kyuubi-spark-authz_2.12 -DskipTests -Dranger.versio

The available `ranger.version`s are shown in the following table.

| Ranger Version | Supported | Remark |
|:--------------:|:---------:|:------:|
| 2.3.x || - |
| 2.2.x || - |
| 2.1.x || - |
| 2.0.x || - |
| 1.2.x || - |
| 1.1.x || - |
| 1.0.x || - |
| 0.7.x || - |
| 0.6.x | | - |
| Ranger Version | Supported | Remark |
|:--------------:|:---------:|:-----------------------------------------------------------------------------------------:|
| 2.3.x || - |
| 2.2.x || - |
| 2.1.x || - |
| 2.0.x || - |
| 1.2.x || - |
| 1.1.x || - |
| 1.0.x || - |
| 0.7.x || - |
| 0.6.x | X | [RANGER-4672](https://github.com/apache/kyuubi/issues/4672) reported unresolved failures. |

Currently, all ranger releases are supported.

Expand Down
4 changes: 2 additions & 2 deletions extensions/spark/kyuubi-spark-authz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
build/mvn clean package -pl :kyuubi-spark-authz_2.12 -Dspark.version=3.2.1 -Dranger.version=2.3.0
```


### Supported Apache Spark Versions

`-Dspark.version=`
Expand All @@ -53,4 +52,5 @@ build/mvn clean package -pl :kyuubi-spark-authz_2.12 -Dspark.version=3.2.1 -Dran
- [x] 1.1.x
- [x] 1.0.x
- [x] 0.7.x
- [x] 0.6.x
- [ ] 0.6.x

0 comments on commit 8be2968

Please sign in to comment.