You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2016/06/08 16:29:05 UTC

ambari git commit: AMBARI-17124 Hive Interactive setup UI widget "Interactive Query Queue" should be a simple dropdown (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 73252b609 -> 9daef5669


AMBARI-17124 Hive Interactive setup UI widget "Interactive Query Queue" should be a simple dropdown (ababiichuk)


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

Branch: refs/heads/branch-2.4
Commit: 9daef5669b3f9a563d46bb991258ea8f7c2490fd
Parents: 73252b6
Author: ababiichuk <ab...@hortonworks.com>
Authored: Wed Jun 8 19:15:44 2016 +0300
Committer: ababiichuk <ab...@hortonworks.com>
Committed: Wed Jun 8 19:28:45 2016 +0300

----------------------------------------------------------------------
 .../main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9daef566/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json
index 8422603..1922b79 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/themes/theme.json
@@ -225,7 +225,7 @@
       {
         "config": "hive-interactive-site/hive.llap.daemon.queue.name",
         "widget": {
-          "type": "list"
+          "type": "combo"
         }
       },
       {