Updated Branches: refs/heads/trunk 8bf3d0b56 -> 0a7c5d7a7
AMBARI-3067. Error count is not consistent in Customize Services page. (onechiporenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/b942f7bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/b942f7bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/b942f7bf Branch: refs/heads/trunk Commit: b942f7bf542432d0acfb9b76b45ede14aa24f8e9 Parents: c764f2b Author: Oleg Nechiporenko <[email protected]> Authored: Mon Sep 2 14:55:24 2013 +0300 Committer: Oleg Nechiporenko <[email protected]> Committed: Tue Sep 3 19:51:53 2013 +0300 ---------------------------------------------------------------------- ambari-web/app/data/HDP2/global_properties.js | 4 ++-- ambari-web/app/data/global_properties.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b942f7bf/ambari-web/app/data/HDP2/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/HDP2/global_properties.js b/ambari-web/app/data/HDP2/global_properties.js index e5b0eeb..1ed5c85 100644 --- a/ambari-web/app/data/HDP2/global_properties.js +++ b/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", http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b942f7bf/ambari-web/app/data/global_properties.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/data/global_properties.js b/ambari-web/app/data/global_properties.js index 463fdd9..e6e0787 100644 --- a/ambari-web/app/data/global_properties.js +++ b/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",
