Przeglądaj źródła

AMBARI-2324. Oozie service check is failing. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1490779 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 lat temu
rodzic
commit
6626f2a37f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      ambari-web/app/data/config_mapping.js

+ 1 - 1
ambari-web/app/data/config_mapping.js

@@ -21,7 +21,7 @@ var configs = [
     "name": "fs.default.name",
     "templateName": ["namenode_host"],
     "foreignKey": null,
-    "value": "<templateName[0]>",
+    "value": "hdfs://<templateName[0]>:8020",
     "filename": "core-site.xml"
   },
   {