Repository: ambari Updated Branches: refs/heads/trunk 642ba0e93 -> 08c7610d4
AMBARI-5096. Mirroring: core-site.xml's falcon proxy hosts should be * for data replication across clusters. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/08c7610d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/08c7610d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/08c7610d Branch: refs/heads/trunk Commit: 08c7610d43178578bd38695ae5135e2e07dcae3d Parents: 642ba0e Author: Yusaku Sako <[email protected]> Authored: Fri Mar 14 15:12:29 2014 -0700 Committer: Yusaku Sako <[email protected]> Committed: Fri Mar 14 15:12:29 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/config_mapping.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/08c7610d/ambari-web/app/data/HDP2/config_mapping.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/config_mapping.js b/ambari-web/app/data/HDP2/config_mapping.js index 87023ba..f405b94 100644 --- a/ambari-web/app/data/HDP2/config_mapping.js +++ b/ambari-web/app/data/HDP2/config_mapping.js @@ -77,9 +77,9 @@ var configs = [ }, { "name": "hadoop.proxyuser.<foreignKey[0]>.hosts", - "templateName": ["falconserver_host"], + "templateName": [], "foreignKey": ["falcon_user"], - "value": "<templateName[0]>", + "value": "*", "filename": "core-site.xml", "isOverridable": true },
