Updated Branches:
  refs/heads/branch-1.2.5 3daf07045 -> 2f447aedc

AMBARI-2680: Webhcat property templeton.hive.properties value in 
webhcat-site.xml is defined incorrect. (jaimin)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/2f447aed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/2f447aed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/2f447aed

Branch: refs/heads/branch-1.2.5
Commit: 2f447aedc4e6725b42a0063be1addaf465493620
Parents: 3daf070
Author: Jaimin Jetly <[email protected]>
Authored: Thu Jul 18 10:29:10 2013 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Thu Jul 18 10:29:18 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/data/secure_mapping.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2f447aed/ambari-web/app/data/secure_mapping.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/secure_mapping.js 
b/ambari-web/app/data/secure_mapping.js
index 3867cf7..54fce80 100644
--- a/ambari-web/app/data/secure_mapping.js
+++ b/ambari-web/app/data/secure_mapping.js
@@ -375,8 +375,8 @@ module.exports = [
     "name": "templeton.hive.properties",
     "templateName": 
["hivemetastore_host","hive_metastore_principal_name","kerberos_domain"],
     "foreignKey": null,
-    "value": "hive.metastore.local=false, 
hive.metastore.uris=thrift://<templateName[0]>:9083, hive." +
-      "metastore.sasl.enabled=true,hive.metastore.execute.setugi=true, 
hive.exec.mode.local.auto=false, 
hive.metastore.kerberos.principal=<templateName[1]>@<templateName[2]>",
+    "value": 
"hive.metastore.local=false,hive.metastore.uris=thrift://<templateName[0]>:9083,hive."
 +
+      
"metastore.sasl.enabled=true,hive.metastore.execute.setugi=true,hive.exec.mode.local.auto=false,hive.metastore.kerberos.principal=<templateName[1]>@<templateName[2]>",
     "filename": "webhcat-site.xml",
     "serviceName": "WEBHCAT"
   },

Reply via email to