Repository: ambari Updated Branches: refs/heads/branch-2.5 caa69171b -> e8cef81e4
AMBARI-19859. The user must be clearly communicated about YARN pre-emption requirements when Hive LLAP is enabled. (Vivek Subramanian via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e8cef81e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e8cef81e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e8cef81e Branch: refs/heads/branch-2.5 Commit: e8cef81e46c87cdff3e156a4b3f038be4b8e3d58 Parents: caa6917 Author: Yusaku Sako <[email protected]> Authored: Fri Feb 3 15:17:35 2017 -0800 Committer: Yusaku Sako <[email protected]> Committed: Fri Feb 3 15:18:44 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/e8cef81e/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/e8cef81e/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>
