You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/16 01:42:47 UTC

[ambari] branch trunk updated: AMBARI-25360: Disable Kerberos failed at hive with CNF exception (#3493)

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

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0ce483c3a6 AMBARI-25360: Disable Kerberos failed at hive with CNF exception (#3493)
0ce483c3a6 is described below

commit 0ce483c3a6305ef4d7f4f6a72dd9dd8af976b0ff
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Wed Nov 16 09:42:39 2022 +0800

    AMBARI-25360: Disable Kerberos failed at hive with CNF exception (#3493)
---
 ambari-agent/pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ambari-agent/pom.xml b/ambari-agent/pom.xml
index d49c949c06..b6df2e8665 100644
--- a/ambari-agent/pom.xml
+++ b/ambari-agent/pom.xml
@@ -137,6 +137,10 @@
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper-jute</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.curator</groupId>
       <artifactId>curator-test</artifactId>
@@ -307,8 +311,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>
@@ -466,6 +469,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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org