AMBARI-19859. The user must be clearly communicated about YARN pre-emption requirements when Hive LLAP is enabled. (Vivek Subramanian via yusaku)
(cherry picked from commit e8cef81e46c87cdff3e156a4b3f038be4b8e3d58) Change-Id: Ib69ee93fb3d538acf63c8ba905cb3fbb35d713b0 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e052e3f8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e052e3f8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e052e3f8 Branch: refs/heads/branch-feature-BUG-74026 Commit: e052e3f815c0b99ab38bab904957da7489856f1b Parents: 75447c9 Author: Yusaku Sako <[email protected]> Authored: Fri Feb 3 15:17:35 2017 -0800 Committer: Zuul <[email protected]> Committed: Mon Feb 6 19:54:03 2017 -0800 ---------------------------------------------------------------------- .../HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml | 4 ++-- .../HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e052e3f8/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml index 89eccc6..e636e0c 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-env.xml @@ -23,8 +23,8 @@ <property> <name>enable_hive_interactive</name> <value>false</value> - <description>Enable or disable interactive query in this cluster.</description> - <display-name>Enable Interactive Query (Tech Preview)</display-name> + <description>Enable or disable interactive query in this cluster. <br> Note: Hive LLAP may not start up on busy clusters if YARN pre-emption is not enabled. Enable via the YARN configs page.</description> + <display-name>Enable Interactive Query (Tech Preview, requires YARN pre-emption)</display-name> <value-attributes> <type>value-list</type> <overridable>false</overridable> http://git-wip-us.apache.org/repos/asf/ambari/blob/e052e3f8/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml index 787dcb1..af656f4 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml +++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/HIVE/configuration/hive-interactive-env.xml @@ -23,8 +23,8 @@ <property> <name>enable_hive_interactive</name> <value>false</value> - <description>Enable or disable interactive query in this cluster.</description> - <display-name>Enable Interactive Query</display-name> + <description>Enable or disable interactive query in this cluster. <br> Note: Hive LLAP may not start up on busy clusters if YARN pre-emption is not enabled. Enable via the YARN configs page.</description> + <display-name>Enable Interactive Query (requires YARN pre-emption)</display-name> <value-attributes> <type>value-list</type> <overridable>false</overridable>
