Updated Branches: refs/heads/trunk 2f16174c3 -> 5b2e8f4ca
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/5b2e8f4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/5b2e8f4c Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/5b2e8f4c Branch: refs/heads/trunk Commit: 5b2e8f4cab00d0ad37c5f6f03378fa0e0e95b846 Parents: 2f16174 Author: Jaimin Jetly <[email protected]> Authored: Thu Jul 18 10:29:10 2013 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Thu Jul 18 10:31:03 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/5b2e8f4c/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" },
