This is an automated email from the ASF dual-hosted git repository.
hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/branch-2.7 by this push:
new c9a69ef AMBARI-25360 Disable Kerberos failed at hive with CNF
exception (dgrinenko)
c9a69ef is described below
commit c9a69ef578ff16cca548e527efa23a3bd74aa6f9
Author: Dmitry Grinenko <[email protected]>
AuthorDate: Wed Aug 14 15:17:23 2019 +0300
AMBARI-25360 Disable Kerberos failed at hive with CNF exception (dgrinenko)
---
ambari-agent/pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index 0e9978f..4f9645c 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -118,6 +118,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>org.apache.zookeeper</groupId>
+ <artifactId>zookeeper-jute</artifactId>
+ <version>3.5.5</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-test</artifactId>
<version>2.9.0</version>
@@ -273,7 +278,7 @@
</execution>
</executions>
<configuration>
- <copyright>2012, Apache Software Foundation</copyright>
+ <license>2012, Apache Software Foundation</license>
<group>Development</group>
<description>Maven Recipe: RPM Package.</description>
<requires>
@@ -429,6 +434,7 @@
<artifactSet>
<includes>
<include>org.apache.zookeeper:zookeeper</include>
+ <include>org.apache.zookeeper:zookeeper-jute</include>
<include>commons-cli:commons-cli</include>
<include>org.slf4j:*</include>
<include>log4j:*</include>