You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2020/03/17 12:48:03 UTC

[nifi] 27/47: NIFI-7239: Upgrade the Hive 3 bundle to use Apache Hive 3.1.2

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

joewitt pushed a commit to branch support/nifi-1.11.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 716e32e5bfaa8dc6f6d4d09356d0dd6fed5fa4d4
Author: Peter Turcsanyi <tu...@apache.org>
AuthorDate: Tue Mar 10 19:26:05 2020 +0100

    NIFI-7239: Upgrade the Hive 3 bundle to use Apache Hive 3.1.2
    
    Signed-off-by: Pierre Villard <pi...@gmail.com>
    
    This closes #4129.
---
 nifi-nar-bundles/nifi-hive-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-hive-bundle/pom.xml b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
index ce482aa..4b62a50 100644
--- a/nifi-nar-bundles/nifi-hive-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-hive-bundle/pom.xml
@@ -53,7 +53,7 @@
         <hive11.hadoop.version>2.6.2</hive11.hadoop.version>
         <hive.version>1.2.1</hive.version>
         <hive.hadoop.version>2.6.2</hive.hadoop.version>
-        <hive3.version>3.1.0</hive3.version>
+        <hive3.version>3.1.2</hive3.version>
         <hive3.hadoop.version>3.1.0</hive3.hadoop.version>
     </properties>