AMBARI-7406 hive database name and type showing in UI. (Buzhor Denys via 
ababiichuk)


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

Branch: refs/heads/branch-alerts-dev
Commit: 6897128aa8d98cb66160479a58384fcf426aa05e
Parents: 727b7ac
Author: aBabiichuk <[email protected]>
Authored: Fri Oct 3 17:13:55 2014 +0300
Committer: aBabiichuk <[email protected]>
Committed: Fri Oct 3 17:13:55 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/site_properties.js | 4 ++--
 ambari-web/app/data/site_properties.js      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6897128a/ambari-web/app/data/HDP2/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/site_properties.js 
b/ambari-web/app/data/HDP2/site_properties.js
index 2bf821d..19299bc 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -2663,7 +2663,7 @@ module.exports =
       "defaultValue": "",
       "isReconfigurable": false,
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": false,
       "serviceName": "HIVE",
       "filename": "hive-env.xml",
       "category": "Advanced hive-env"
@@ -2675,7 +2675,7 @@ module.exports =
       "defaultValue": "",
       "isReconfigurable": false,
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": false,
       "serviceName": "HIVE",
       "filename": "hive-env.xml",
       "category": "Advanced hive-env"

http://git-wip-us.apache.org/repos/asf/ambari/blob/6897128a/ambari-web/app/data/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/site_properties.js 
b/ambari-web/app/data/site_properties.js
index fa503ec..67c0478 100644
--- a/ambari-web/app/data/site_properties.js
+++ b/ambari-web/app/data/site_properties.js
@@ -1732,7 +1732,7 @@ module.exports =
       "defaultValue": "",
       "isReconfigurable": false,
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": false,
       "serviceName": "HIVE",
       "filename": "hive-env.xml",
       "category": "Advanced hive-env"
@@ -1744,7 +1744,7 @@ module.exports =
       "defaultValue": "",
       "isReconfigurable": false,
       "isOverridable": false,
-      "isVisible": true,
+      "isVisible": false,
       "serviceName": "HIVE",
       "filename": "hive-env.xml",
       "category": "Advanced hive-env"

Reply via email to