From ed42f2e3e339b5db9113fbbc60db94c74c1f9d29 Mon Sep 17 00:00:00 2001 From: Matt Burgess Date: Mon, 15 Aug 2016 08:54:28 -0400 Subject: [PATCH] NIFI-2552: Updated Curator for HiveQL processors using Zookeeper quorum in URL Signed-off-by: Yolanda M. Davis This closes #865 --- .../nifi-hadoop-libraries-nar/pom.xml | 7 +++++ .../nifi-hive-processors/pom.xml | 26 +++++++++++++++++++ 2 files changed, 33 insertions(+) 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 9cfa8b3d67..6bc805c700 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 @@ -20,6 +20,7 @@ true true + 2.11.0 @@ -46,5 +47,11 @@ findbugs-annotations 1.3.9-1 + + + org.apache.curator + curator-client + ${curator.version} + diff --git a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml index 02face9127..d5b5e16319 100644 --- a/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml +++ b/nifi-nar-bundles/nifi-hive-bundle/nifi-hive-processors/pom.xml @@ -132,6 +132,14 @@ com.google.code.findbugs jsr305 + + org.apache.curator + curator-framework + + + org.apache.curator + curator-client + @@ -151,6 +159,14 @@ org.apache.calcite calcite-avatica + + org.apache.curator + curator-framework + + + org.apache.curator + curator-client + @@ -166,6 +182,16 @@ org.apache.hadoop hadoop-common provided + + + org.apache.curator + curator-framework + + + org.apache.curator + curator-client + + org.apache.nifi