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

oleewere pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 466b7aa  AMBARI-23278 Description for yarn.nodemanager.bind-host under 
YARN Configs needs to be improved (asnaik) (#700)
466b7aa is described below

commit 466b7aa5b3e7284f752fe2e9b546b3feceef2902
Author: Akhil S Naik <[email protected]>
AuthorDate: Thu Mar 22 17:35:30 2018 +0530

    AMBARI-23278 Description for yarn.nodemanager.bind-host under YARN Configs 
needs to be improved (asnaik) (#700)
---
 .../stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml        | 6 +++---
 .../HDP/2.3.GlusterFS/services/YARN/configuration/yarn-site.xml     | 6 +++---
 .../stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
index a7a0d4b..0006c02 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.2/services/YARN/configuration/yarn-site.xml
@@ -445,19 +445,19 @@
   <property>
     <name>yarn.resourcemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.resourcemanager.address and yarn.resourcemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.nodemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.nodemanager.address and yarn.nodemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.timeline-service.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.timeline-service.address and yarn.timeline-service.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/YARN/configuration/yarn-site.xml
index 016062d..613733e 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.3.GlusterFS/services/YARN/configuration/yarn-site.xml
@@ -376,19 +376,19 @@
   <property>
     <name>yarn.resourcemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.resourcemanager.address and yarn.resourcemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.nodemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.nodemanager.address and yarn.nodemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.timeline-service.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.timeline-service.address and yarn.timeline-service.webapp.address, 
respectively</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
diff --git 
a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml
 
b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml
index fd1336f..aeb425f 100644
--- 
a/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml
+++ 
b/ambari-server/src/main/resources/stacks/HDPWIN/2.2/services/YARN/configuration/yarn-site.xml
@@ -387,19 +387,19 @@
   <property>
     <name>yarn.resourcemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.resourcemanager.address and yarn.resourcemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.nodemanager.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.nodemanager.address and yarn.nodemanager.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>
     <name>yarn.timeline-service.bind-host</name>
     <value>0.0.0.0</value>
-    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces.  I think these two options (blank, "0.0.0.0" sans 
quotes) should be the two available values, with blank as the 
default.</description>
+    <description>Default value is 0.0.0.0, when this is set the service will 
bind on all interfaces. If this optional address is set, the RPC and webapp 
servers will bind to this address and the port specified in 
yarn.timeline-service.address and yarn.timeline-service.webapp.address, 
respectively.</description>
     <on-ambari-upgrade add="true"/>
   </property>
   <property>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to