Repository: ambari
Updated Branches:
  refs/heads/trunk 9290e0091 -> da33e4371


AMBARI-16438. Modifications to llap config names and descriptions


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

Branch: refs/heads/trunk
Commit: da33e437157b64d48c8b2959e795391b6f7e0859
Parents: 9290e00
Author: Swapan Shridhar <sshrid...@hortonworks.com>
Authored: Tue May 10 14:13:13 2016 -0700
Committer: Swapan Shridhar <sshrid...@hortonworks.com>
Committed: Tue May 10 14:24:28 2016 -0700

----------------------------------------------------------------------
 .../HIVE/configuration/hive-interactive-env.xml     |  2 +-
 .../HIVE/configuration/hive-interactive-site.xml    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/da33e437/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 e199525..fffcd03 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
@@ -85,7 +85,7 @@
     <name>num_llap_nodes</name>
     <value>1</value>
     <description>The number of Hive LLAP daemons to run.</description>
-    <display-name>Number of Daemon Instances</display-name>
+    <display-name>Number of LLAP Daemons</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>0</minimum>

http://git-wip-us.apache.org/repos/asf/ambari/blob/da33e437/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
index f07da88..10518dc 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.5/services/HIVE/configuration/hive-interactive-site.xml
@@ -42,9 +42,9 @@ limitations under the License.
     <name>hive.server2.tez.sessions.per.default.queue</name>
     <value>1</value>
     <description>
-      The maximum number of queries this Hive LLAP cluster will be able to 
handle concurrently.
+      The maximum number of queries the Hive Interactive cluster will be able 
to handle concurrently.
     </description>
-    <display-name>Maximum Concurrent Queries</display-name>
+    <display-name>Maximum Total Concurrent Queries</display-name>
     <value-attributes>
       <type>int</type>
       <minimum>1</minimum>
@@ -356,8 +356,8 @@ limitations under the License.
 
   <property>
     <name>hive.llap.io.memory.size</name>
-    <display-name>Cache Size</display-name>
-    <description>The amount of data reserved for Hive's optimized in-memory 
cache.</description>
+    <display-name>In-Memory Cache per Daemon</display-name>
+    <description>The amount of memory reserved for Hive's optimized in-memory 
cache.</description>
     <value>0</value>
     <value-attributes>
       <type>int</type>
@@ -393,8 +393,8 @@ limitations under the License.
 
   <property>
     <name>hive.llap.daemon.num.executors</name>
-    <display-name>Number of Executors</display-name>
-    <description>Number of execution threads per Hive LLAP daemon. Generally 
this should be set to number of CPU cores.</description>
+    <display-name>Maximum CPUs per Daemon</display-name>
+    <description>The maximum number of CPUs a single LLAP daemon will use. 
Usually this should be equal to the number of available CPUs.</description>
     <value>1</value>
     <value-attributes>
       <type>int</type>
@@ -438,8 +438,8 @@ limitations under the License.
 
   <property>
     <name>hive.llap.daemon.yarn.container.mb</name>
-    <display-name>Total Daemon Size</display-name>
-    <description>The memory per node to be used by Hive LLAP.</description>
+    <display-name>YARN Memory per Daemon</display-name>
+    <description>The total YARN memory per node to be used by Hive LLAP 
daemons. This includes memory for cache as well as for memory for query 
processing.</description>
     <value>341</value>
     <value-attributes>
       <type>int</type>

Reply via email to