Browse Source

AMBARI-5813. "Database Host" property is absent for Oozie service. (jaimin)

Jaimin Jetly 11 years ago
parent
commit
7163ea266e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ambari-web/app/data/global_properties.js

+ 3 - 3
ambari-web/app/data/global_properties.js

@@ -918,7 +918,7 @@ module.exports =
         },
                 {
           displayName: 'Existing PostgreSQL Database',
-          foreignKeys: ['oozie_existing_postgresql_database', 'oozie_existing_postgresql_host'],
+          foreignKeys: ['oozie_existing_postgresql_database', 'oozie_existing_postgresql_host']
           },
         {
           displayName: 'Existing Oracle Database',
@@ -968,7 +968,7 @@ module.exports =
     },
     {
       "id": "puppet var",
-      "name": "oozie_existing_postgres_host",
+      "name": "oozie_existing_postgresql_host",
       "displayName": "Database Host",
       "description": "Specify the host on which the existing database is hosted",
       "defaultValue": "",
@@ -976,7 +976,7 @@ module.exports =
       "isOverridable": false,
       "displayType": "host",
       "isRequiredByAgent": false,
-      "isVisible": false,
+      "isVisible": false,   // This is dynamically set to true if database selected by the user is existing postgresql
       "isObserved": true,
       "serviceName": "OOZIE",
       "category": "Oozie Server",