Quellcode durchsuchen

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

Yusaku Sako vor 11 Jahren
Ursprung
Commit
08c7610d43
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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",
-    "templateName": ["falconserver_host"],
+    "templateName": [],
     "foreignKey": ["falcon_user"],
-    "value": "<templateName[0]>",
+    "value": "*",
     "filename": "core-site.xml",
     "isOverridable": true
   },