You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2014/09/19 19:19:30 UTC

[22/29] git commit: AMBARI-7406. hive database name and type showing in UI. (Denys Buzhor via akovalenko)

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


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

Branch: refs/heads/branch-alerts-dev
Commit: 52d8c27aa5f709074bbf33a2c908dd6ca739b89b
Parents: 0f7dee0
Author: Aleksandr Kovalenko <ak...@hortonworks.com>
Authored: Fri Sep 19 16:07:35 2014 +0300
Committer: Aleksandr Kovalenko <ak...@hortonworks.com>
Committed: Fri Sep 19 16:15:09 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/52d8c27a/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 8643095..1d2dbb4 100644
--- a/ambari-web/app/data/HDP2/site_properties.js
+++ b/ambari-web/app/data/HDP2/site_properties.js
@@ -2638,6 +2638,30 @@ module.exports =
       "filename": "webhcat-env.xml",
       "category": "Advanced webhcat-env"
     },
+    {
+      "id": "puppet var",
+      "name": "hive_database_name",
+      "displayName": "hive_database_name",
+      "defaultValue": "",
+      "isReconfigurable": false,
+      "isOverridable": false,
+      "isVisible": true,
+      "serviceName": "HIVE",
+      "filename": "hive-env.xml",
+      "category": "Advanced hive-env"
+    },
+    {
+      "id": "puppet var",
+      "name": "hive_database_type",
+      "displayName": "hive_database_type",
+      "defaultValue": "",
+      "isReconfigurable": false,
+      "isOverridable": false,
+      "isVisible": true,
+      "serviceName": "HIVE",
+      "filename": "hive-env.xml",
+      "category": "Advanced hive-env"
+    },
   /**********************************************OOZIE***************************************/
     {
       "id": "puppet var",

http://git-wip-us.apache.org/repos/asf/ambari/blob/52d8c27a/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 14c7045..06bbe09 100644
--- a/ambari-web/app/data/site_properties.js
+++ b/ambari-web/app/data/site_properties.js
@@ -1730,6 +1730,30 @@ module.exports =
       "filename": "hive-env.xml",
       "category": "Advanced hive-env"
     },
+    {
+      "id": "puppet var",
+      "name": "hive_database_name",
+      "displayName": "hive_database_name",
+      "defaultValue": "",
+      "isReconfigurable": false,
+      "isOverridable": false,
+      "isVisible": true,
+      "serviceName": "HIVE",
+      "filename": "hive-env.xml",
+      "category": "Advanced hive-env"
+    },
+    {
+      "id": "puppet var",
+      "name": "hive_database_type",
+      "displayName": "hive_database_type",
+      "defaultValue": "",
+      "isReconfigurable": false,
+      "isOverridable": false,
+      "isVisible": true,
+      "serviceName": "HIVE",
+      "filename": "hive-env.xml",
+      "category": "Advanced hive-env"
+    },
   /**********************************************HIVE***************************************/
     {
       "id": "puppet var",