Repository: nifi Updated Branches: refs/heads/master 6938e58c8 -> 88c079e44
NIFI-4923 Updated nifi-hadoop-libraries-nar, nifi-hdfs-processors, and nifi-hadoop-utils dependency on hadoop-client from 2.7.3 to 3.0.0 This closes #2582. Signed-off-by: Bryan Bende <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/88c079e4 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/88c079e4 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/88c079e4 Branch: refs/heads/master Commit: 88c079e447b355b5eb9e127a33571969d66aea24 Parents: 6938e58 Author: Jeff Storck <[email protected]> Authored: Sat Mar 24 15:13:55 2018 -0400 Committer: Bryan Bende <[email protected]> Committed: Wed Apr 25 15:34:14 2018 -0400 ---------------------------------------------------------------------- .../nifi-extension-utils/nifi-hadoop-utils/pom.xml | 2 +- .../nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml | 8 +++++++- .../nifi-hadoop-libraries-nar/pom.xml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/88c079e4/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml index ce5c937..12da3f7 100644 --- a/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml +++ b/nifi-nar-bundles/nifi-extension-utils/nifi-hadoop-utils/pom.xml @@ -24,7 +24,7 @@ <version>1.7.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> - <hadoop.version>2.7.3</hadoop.version> + <hadoop.version>3.0.0</hadoop.version> </properties> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/88c079e4/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml index 1586740..dd52557 100644 --- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml @@ -22,7 +22,7 @@ <artifactId>nifi-hdfs-processors</artifactId> <packaging>jar</packaging> <properties> - <hadoop.version>2.7.3</hadoop.version> + <hadoop.version>3.0.0</hadoop.version> </properties> <dependencies> <dependency> @@ -57,6 +57,12 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-hdfs-client</artifactId> + <version>${hadoop.version}</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.nifi</groupId> <artifactId>nifi-distributed-cache-client-service-api</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/nifi/blob/88c079e4/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml index 8a95716..aba2a3a 100644 --- a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml +++ b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml @@ -21,7 +21,7 @@ <maven.javadoc.skip>true</maven.javadoc.skip> <source.skip>true</source.skip> <curator.version>2.11.0</curator.version> - <hadoop.version>2.7.3</hadoop.version> + <hadoop.version>3.0.0</hadoop.version> </properties> <dependencies> <dependency>
