You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ya...@apache.org on 2023/04/14 07:31:25 UTC

[ambari] branch trunk updated: AMBARI-25897: fix default value in hive-site.xml (#3664)

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

yaolei 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 c0072cd54c AMBARI-25897: fix default value in hive-site.xml (#3664)
c0072cd54c is described below

commit c0072cd54ce0f84c17d5eb2a455340bfef7b8524
Author: jialiang <25...@qq.com>
AuthorDate: Fri Apr 14 15:31:17 2023 +0800

    AMBARI-25897: fix default value in hive-site.xml (#3664)
---
 .../stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-site.xml     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-site.xml b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-site.xml
index bf88225a49..6a55717a84 100644
--- a/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-site.xml
+++ b/ambari-server/src/main/resources/stacks/BIGTOP/3.2.0/services/HIVE/configuration/hive-site.xml
@@ -1299,7 +1299,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.spnego.keytab</name>
-    <value>HTTP/_HOST@EXAMPLE.COM</value>
+    <value>/etc/security/keytabs/spnego.service.keytab</value>
     <description>
       keytab file for SPNego principal, optional,
       typical value would look like /etc/security/keytabs/spnego.service.keytab,
@@ -1349,7 +1349,7 @@ limitations under the License.
   </property>
   <property>
     <name>hive.server2.authentication.spnego.principal</name>
-    <value>/etc/security/keytabs/spnego.service.keytab</value>
+    <value>HTTP/_HOST@EXAMPLE.COM</value>
     <description>
       SPNego service principal, optional,
       typical value would look like HTTP/_HOST@EXAMPLE.COM


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