You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by pv...@apache.org on 2020/03/11 09:26:19 UTC

[nifi] branch master updated: 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.

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


The following commit(s) were added to refs/heads/master by this push:
     new 9cb85a4  NIFI-7239: Upgrade the Hive 3 bundle to use Apache Hive 3.1.2
9cb85a4 is described below

commit 9cb85a4fd0b42d0b78e4c9a957cd6f659e1c91d0
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 5a7be62..e77c8fb 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>