Browse Source

AMBARI-3067. Error count is not consistent in Customize Services page. (onechiporenko)

Oleg Nechiporenko 11 years ago
parent
commit
b942f7bf54

+ 2 - 2
ambari-web/app/data/HDP2/global_properties.js

@@ -1262,7 +1262,7 @@ module.exports =
       "name": "hive_jdbc_connection_url",
       "displayName": "Database URL",
       "value": "",
-      "defaultValue": " ", // set to a space to not include this in initial error count
+      "defaultValue": "jdbc", // set to a 'jdbc' to not include this in initial error count
       "description": "The JDBC connection URL to the database",
       "displayType": "advanced",
       "isOverridable": false,
@@ -1594,7 +1594,7 @@ module.exports =
       "name": "oozie_jdbc_connection_url",
       "displayName": "Database URL",
       "description": "The JDBC connection URL to the database",
-      "defaultValue": " ",  // set to a space to not include this in initial error count
+      "defaultValue": "jdbc",  // set to a 'jdbc' to not include this in initial error count
       "isReconfigurable": true,
       "isOverridable": false,
       "displayType": "advanced",

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

@@ -1455,7 +1455,7 @@ module.exports =
       "name": "hive_jdbc_connection_url",
       "displayName": "Database URL",
       "value": "",
-      "defaultValue": " ", // set to a space to not include this in initial error count
+      "defaultValue": "jdbc", // set to a 'jdbc' to not include this in initial error count
       "description": "The JDBC connection URL to the database",
       "displayType": "advanced",
       "isOverridable": false,
@@ -1850,7 +1850,7 @@ module.exports =
       "name": "oozie_jdbc_connection_url",
       "displayName": "Database URL",
       "description": "The JDBC connection URL to the database",
-      "defaultValue": " ",  // set to a space to not include this in initial error count
+      "defaultValue": "jdbc",  // set to a 'jdbc' to not include this in initial error count
       "isReconfigurable": true,
       "isOverridable": false,
       "displayType": "advanced",