You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by bo...@apache.org on 2023/04/07 05:42:30 UTC

[kyuubi] branch master updated: [KYUUBI #4672][Authz] Remove Support for Apache Ranger 0.6.0

This is an automated email from the ASF dual-hosted git repository.

bowenliang 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 794ba2bba [KYUUBI #4672][Authz] Remove Support for Apache Ranger 0.6.0
794ba2bba is described below

commit 794ba2bba49b5e9ee4e0a84988b136a97309b83b
Author: liangbowen <li...@gf.com.cn>
AuthorDate: Fri Apr 7 13:42:18 2023 +0800

    [KYUUBI #4672][Authz] Remove Support for Apache Ranger 0.6.0
    
    ### _Why are the changes needed?_
    
    As issue [RANGER-4672](https://github.com/apache/kyuubi/issues/4672) reported unresovled failures on Ranger 0.6.0, update docs for unsupported Ranger version 0.6.0.
    
    ### _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.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4673 from bowenliang123/drop-ranger-0.6.0.
    
    Closes #4672
    
    5049596c0 [liangbowen] update README.md
    f9ea53449 [liangbowen] drop support for Ranger 0.6.0
    
    Authored-by: liangbowen <li...@gf.com.cn>
    Signed-off-by: liangbowen <li...@gf.com.cn>
---
 docs/security/authorization/spark/build.md    | 22 +++++++++++-----------
 extensions/spark/kyuubi-spark-authz/README.md |  2 +-
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/security/authorization/spark/build.md b/docs/security/authorization/spark/build.md
index 3886f08df..8520d853e 100644
--- a/docs/security/authorization/spark/build.md
+++ b/docs/security/authorization/spark/build.md
@@ -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.
 
diff --git a/extensions/spark/kyuubi-spark-authz/README.md b/extensions/spark/kyuubi-spark-authz/README.md
index 554797ee0..5aafaf31e 100644
--- a/extensions/spark/kyuubi-spark-authz/README.md
+++ b/extensions/spark/kyuubi-spark-authz/README.md
@@ -52,5 +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