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 <2510095...@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/_h...@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/_h...@example.com</value> <description> SPNego service principal, optional, typical value would look like HTTP/_h...@example.com --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@ambari.apache.org For additional commands, e-mail: commits-h...@ambari.apache.org