浏览代码

AMBARI-2705. Hive/Oozie hostname UI error, step8 installer, Stack 2.0.3. (Antonenko Alexander via srimanth)

Srimanth Gunturi 12 年之前
父节点
当前提交
fa0fc4ad13
共有 1 个文件被更改,包括 31 次插入0 次删除
  1. 31 0
      ambari-web/app/data/HDP2/config_properties.js

+ 31 - 0
ambari-web/app/data/HDP2/config_properties.js

@@ -1158,6 +1158,22 @@ module.exports =
       "category": "Hive Metastore",
       "index": 2
     },
+    {
+      "id": "puppet var",
+      "name": "hive_hostname",
+      "displayName": "Database Host",
+      "description": "Specify the host on which the database is hosted",
+      "defaultValue": "",
+      "isReconfigurable": true,
+      "displayType": "host",
+      "isOverridable": false,
+      "isVisible": false,
+      "isObserved": true,
+      "domain": "global",
+      "serviceName": "HIVE",
+      "category": "Hive Metastore",
+      "index": 3
+    },
     {
       "id": "puppet var",
       "name": "hive_existing_mysql_host",
@@ -1582,6 +1598,21 @@ module.exports =
       "category": "Oozie Server",
       "index": 6
     },
+    {
+      "id": "puppet var",
+      "name": "oozie_hostname",
+      "defaultValue": "",
+      "displayName": "Database Host",
+      "description": "The host where the Oozie database is located",
+      "isReconfigurable": true,
+      "isOverridable": false,
+      "displayType": "host",
+      "isVisible": false,
+      "domain": "global",
+      "serviceName": "OOZIE",
+      "category": "Oozie Server",
+      "index": 3
+    },
     {
       "id": "puppet var",
       "name": "oozie_existing_mysql_host",