You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2022/05/06 20:08:02 UTC

[nifi] branch main updated: NIFI-9997 Upgraded Ranger from 2.1.0 to 2.2.0 (#6022)

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

bbende pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e8b4d3144 NIFI-9997 Upgraded Ranger from 2.1.0 to 2.2.0 (#6022)
5e8b4d3144 is described below

commit 5e8b4d3144973a80a814afd9ddc00ff51f432f58
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri May 6 15:07:53 2022 -0500

    NIFI-9997 Upgraded Ranger from 2.1.0 to 2.2.0 (#6022)
    
    - Upgraded Hadoop from 3.1.1 to 3.3.2 for Ranger Plugins
---
 nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml         | 2 +-
 .../nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml           | 3 +--
 pom.xml                                                                | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
index d5e99b9bb6..df22fddab9 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-plugin/pom.xml
@@ -25,7 +25,7 @@
     <artifactId>nifi-ranger-plugin</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <ranger.hadoop.version>3.1.1</ranger.hadoop.version>
+        <ranger.hadoop.version>3.3.2</ranger.hadoop.version>
     </properties>
     <dependencies>
         <dependency>
diff --git a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
index 7ff6964d98..93dfac8263 100644
--- a/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
+++ b/nifi-registry/nifi-registry-extensions/nifi-registry-ranger/nifi-registry-ranger-plugin/pom.xml
@@ -25,8 +25,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <ranger.version>2.1.0</ranger.version>
-        <ranger.hadoop.version>3.1.4</ranger.hadoop.version>
+        <ranger.hadoop.version>3.3.2</ranger.hadoop.version>
         <ranger.ozone.version>1.2.1</ranger.ozone.version>
         <ranger.gcs.version>2.1.5</ranger.gcs.version>
     </properties>
diff --git a/pom.xml b/pom.xml
index 0c513e6643..99a316ba54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
         <org.apache.httpcomponents.httpcore.version>4.4.15</org.apache.httpcomponents.httpcore.version>
         <org.bouncycastle.version>1.70</org.bouncycastle.version>
         <org.slf4j.version>1.7.36</org.slf4j.version>
-        <ranger.version>2.1.0</ranger.version>
+        <ranger.version>2.2.0</ranger.version>
         <jetty.version>9.4.46.v20220331</jetty.version>
         <jackson.bom.version>2.13.2</jackson.bom.version>
         <avro.version>1.11.0</avro.version>