浏览代码

AMBARI-5096. Mirroring: core-site.xml's falcon proxy hosts should be * for data replication across clusters. (yusaku)

Yusaku Sako 11 年之前
父节点
当前提交
08c7610d43
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ambari-web/app/data/HDP2/config_mapping.js

+ 2 - 2
ambari-web/app/data/HDP2/config_mapping.js

@@ -77,9 +77,9 @@ var configs = [
   },
   },
   {
   {
     "name": "hadoop.proxyuser.<foreignKey[0]>.hosts",
     "name": "hadoop.proxyuser.<foreignKey[0]>.hosts",
-    "templateName": ["falconserver_host"],
+    "templateName": [],
     "foreignKey": ["falcon_user"],
     "foreignKey": ["falcon_user"],
-    "value": "<templateName[0]>",
+    "value": "*",
     "filename": "core-site.xml",
     "filename": "core-site.xml",
     "isOverridable": true
     "isOverridable": true
   },
   },