소스 검색

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

Oleg Nechiporenko 11 년 전
부모
커밋
b942f7bf54
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      ambari-web/app/data/HDP2/global_properties.js
  2. 2 2
      ambari-web/app/data/global_properties.js

+ 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",