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 <[email protected]> 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 <[email protected]> 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>
