You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by on...@apache.org on 2015/04/21 16:30:25 UTC

ambari git commit: AMBARI-10627. 'hive.server2.tez.default.queues' not shown in Hive theme (onechiporenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0136d8935 -> 8de76e83c


AMBARI-10627. 'hive.server2.tez.default.queues' not shown in Hive theme (onechiporenko)


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

Branch: refs/heads/trunk
Commit: 8de76e83c3a473ea24143fd22dc05402c042628a
Parents: 0136d89
Author: Oleg Nechiporenko <on...@apache.org>
Authored: Tue Apr 21 17:28:08 2015 +0300
Committer: Oleg Nechiporenko <on...@apache.org>
Committed: Tue Apr 21 17:28:08 2015 +0300

----------------------------------------------------------------------
 .../stacks/HDP/2.2/services/HIVE/themes/theme.json        | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8de76e83/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/themes/theme.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/themes/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/themes/theme.json
index e8ad1a2..375fa20 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/themes/theme.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/HIVE/themes/theme.json
@@ -316,6 +316,10 @@
           "subsection-name": "performance-row2-col2"
         },
         {
+          "config": "hiveserver2-site/hive.server2.tez.default.queues",
+          "subsection-name": "interactive-query-row1-col1"
+        },
+        {
           "config": "hiveserver2-site/hive.server2.tez.initialize.default.sessions",
           "subsection-name": "interactive-query-row1-col1"
         },
@@ -621,6 +625,12 @@
         "widget": {
           "type": "toggle"
         }
+      },
+      {
+        "config": "hiveserver2-site/hive.server2.tez.default.queues",
+        "widget": {
+          "type": "list"
+        }
       }
     ]
   }