Updated Branches:
  refs/heads/trunk 209a9e97a -> fa0fc4ad1

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


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/fa0fc4ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/fa0fc4ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/fa0fc4ad

Branch: refs/heads/trunk
Commit: fa0fc4ad13d28395847f0877745e797d706c1baf
Parents: 209a9e9
Author: Srimanth Gunturi <[email protected]>
Authored: Tue Jul 23 12:42:20 2013 -0700
Committer: Srimanth Gunturi <[email protected]>
Committed: Tue Jul 23 12:42:20 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/config_properties.js | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/fa0fc4ad/ambari-web/app/data/HDP2/config_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/config_properties.js 
b/ambari-web/app/data/HDP2/config_properties.js
index 24101a5..f176c0e 100644
--- a/ambari-web/app/data/HDP2/config_properties.js
+++ b/ambari-web/app/data/HDP2/config_properties.js
@@ -1160,6 +1160,22 @@ module.exports =
     },
     {
       "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",
       "displayName": "Database Host",
       "description": "Specify the host on which the existing database is 
hosted",
@@ -1584,6 +1600,21 @@ module.exports =
     },
     {
       "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",
       "displayName": "Database Host",
       "description": "Specify the host on which the existing database is 
hosted",

Reply via email to