This is an automated email from the ASF dual-hosted git repository.
chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi.git
The following commit(s) were added to refs/heads/master by this push:
new 8c5f461dfb [KYUUBI #6924] Upgrade Spark Ranger plugin to 2.6.0
8c5f461dfb is described below
commit 8c5f461dfba8e20f49a33ca97228527786c27dc4
Author: namaagra <[email protected]>
AuthorDate: Wed Jul 2 17:31:21 2025 +0800
[KYUUBI #6924] Upgrade Spark Ranger plugin to 2.6.0
This pull request fixes #6924
## Describe Your Solution ๐ง
Bump ranger version to 2.6.0
Release notes:
https://cwiki.apache.org/confluence/display/RANGER/Apache+Ranger+2.6.0+-+Release+Notes
## Types of changes :bookmark:
- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
## Test Plan ๐งช
#### Behavior Without This Pull Request :coffin:
#### Behavior With This Pull Request :tada:
#### Related Unit Tests
---
# Checklist ๐
- [ ] This patch was not authored or co-authored using [Generative
Tooling](https://www.apache.org/legal/generative-tooling.html)
**Be nice. Be informative.**
Closes #7124 from namanagraw/ranger_upgrade.
Closes #6924
bade24db8 [Cheng Pan] Update extensions/spark/kyuubi-spark-authz/README.md
650f27319 [namaagra] [KYUUBI apache#6924] Upgrade Spark Ranger plugin to
2.6.0
Lead-authored-by: namaagra <[email protected]>
Co-authored-by: Cheng Pan <[email protected]>
Signed-off-by: Cheng Pan <[email protected]>
---
docs/security/authorization/spark/build.md | 1 +
extensions/spark/kyuubi-spark-authz/README.md | 5 +++--
extensions/spark/kyuubi-spark-authz/pom.xml | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/docs/security/authorization/spark/build.md
b/docs/security/authorization/spark/build.md
index d81c15bc1c..2a550dd6c4 100644
--- a/docs/security/authorization/spark/build.md
+++ b/docs/security/authorization/spark/build.md
@@ -85,6 +85,7 @@ The available `ranger.version`s are shown in the following
table.
| Ranger Version | Supported | Remark
|
|:--------------:|:---------:|:-----------------------------------------------------------------------------------------:|
+| 2.6.x | โ | -
|
| 2.5.x | โ | -
|
| 2.4.x | โ | -
|
| 2.3.x | โ | -
|
diff --git a/extensions/spark/kyuubi-spark-authz/README.md
b/extensions/spark/kyuubi-spark-authz/README.md
index 068d42ab21..d866d0df4b 100644
--- a/extensions/spark/kyuubi-spark-authz/README.md
+++ b/extensions/spark/kyuubi-spark-authz/README.md
@@ -26,7 +26,7 @@
## Build
```shell
-build/mvn clean package -DskipTests -pl :kyuubi-spark-authz_2.12 -am
-Dspark.version=3.2.1 -Dranger.version=2.5.0
+build/mvn clean package -DskipTests -pl :kyuubi-spark-authz_2.12 -am
-Dspark.version=3.5.6 -Dranger.version=2.6.0
```
### Supported Apache Spark Versions
@@ -46,7 +46,8 @@ build/mvn clean package -DskipTests -pl
:kyuubi-spark-authz_2.12 -am -Dspark.ver
`-Dranger.version=`
-- [x] 2.5.x (default)
+- [x] 2.6.x (default)
+- [x] 2.5.x
- [x] 2.4.x
- [x] 2.3.x
- [x] 2.2.x
diff --git a/extensions/spark/kyuubi-spark-authz/pom.xml
b/extensions/spark/kyuubi-spark-authz/pom.xml
index 32e1654f2e..fae03aca72 100644
--- a/extensions/spark/kyuubi-spark-authz/pom.xml
+++ b/extensions/spark/kyuubi-spark-authz/pom.xml
@@ -32,7 +32,7 @@
<url>https://kyuubi.apache.org/</url>
<properties>
- <ranger.version>2.5.0</ranger.version>
+ <ranger.version>2.6.0</ranger.version>
<jersey.client.version>1.19.4</jersey.client.version>
</properties>