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

mgergely 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 429f7bf  AMBARI-23794 Using the proper concatenation delimiter when 
using the 'each' variable replacement function in a Kerberized cluster
429f7bf is described below

commit 429f7bf7b1d4ac2fe7a5979c86dcac5f4c4e36fc
Author: Miklos Gergely <mgerg...@hortonworks.com>
AuthorDate: Wed May 16 08:35:11 2018 +0200

    AMBARI-23794 Using the proper concatenation delimiter when using the 'each' 
variable replacement function in a Kerberized cluster
---
 .../src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
index b6bc887..029a123 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/kerberos.json
@@ -150,7 +150,7 @@
             {
               "webhcat-site": {
                 "templeton.kerberos.secret": "secret",
-                "templeton.hive.properties": 
"hive.metastore.local=false,hive.metastore.uris=${clusterHostInfo/hive_metastore_hosts|each(thrift://%s:9083,
 \\\\,, 
\\s*\\,\\s*)},hive.metastore.sasl.enabled=true,hive.metastore.execute.setugi=true,hive.metastore.warehouse.dir=/apps/hive/warehouse,hive.exec.mode.local.auto=false,hive.metastore.kerberos.principal=hive/_HOST@${realm}"
+                "templeton.hive.properties": 
"hive.metastore.local=false,hive.metastore.uris=${clusterHostInfo/hive_metastore_hosts|each(thrift://%s:9083,
 \\,, 
\\s*\\,\\s*)},hive.metastore.sasl.enabled=true,hive.metastore.execute.setugi=true,hive.metastore.warehouse.dir=/apps/hive/warehouse,hive.exec.mode.local.auto=false,hive.metastore.kerberos.principal=hive/_HOST@${realm}"
               }
             }
           ]

-- 
To stop receiving notification emails like this one, please contact
mgerg...@apache.org.

Reply via email to