You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2020/09/21 18:29:46 UTC

[ambari] branch branch-2.7 updated: AMBARI-25559. Clarify the difference between num_llap_nodes and (#3228)

This is an automated email from the ASF dual-hosted git repository.

dmitriusan pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 3c99042  AMBARI-25559. Clarify the difference between num_llap_nodes and (#3228)
3c99042 is described below

commit 3c9904252ab0939cbe09e044ca127d1d2a791fe8
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
AuthorDate: Mon Sep 21 21:28:24 2020 +0300

    AMBARI-25559. Clarify the difference between num_llap_nodes and (#3228)
    
    num_llap_nodes_for_llap_daemons properties (dlysnichenko)
---
 .../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(-)

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 1cb3c02..9c1e046 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
@@ -45,8 +45,8 @@
   <property>
     <name>num_llap_nodes</name>
     <value>1</value>
-    <description>Number of nodes used by Hive's LLAP, which includes nodes running : LLAP daemon, Slider and Tez App Master(s).</description>
-    <display-name>Number of nodes used by Hive's LLAP</display-name>
+    <description>Number of nodes used by Hive's LLAP, which includes nodes running : LLAP daemon, Slider and Tez App Master(s). Depends on memory settings</description>
+    <display-name>Desired number of nodes used by Hive's LLAP</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>1</minimum>
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 8c75e30..1c233cb 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
@@ -65,8 +65,8 @@
   <property>
     <name>num_llap_nodes_for_llap_daemons</name>
     <value>1</value>
-    <description>Number of Node(s) on which Hive LLAP daemon runs.</description>
-    <display-name>Number of Node(s) for running Hive LLAP daemon</display-name>
+    <description>Number of Node(s) on which Hive LLAP daemon runs. Defaults to num_llap_nodes, but may be overridden</description>
+    <display-name>Actual number of Node(s) for running Hive LLAP daemon</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>1</minimum>