MAPREDUCE-4465. Update description of yarn.nodemanager.address property. (bowang via tucu)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1365322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cdef12644b
commit
515a332912
|
@ -151,6 +151,9 @@ Branch-2 ( Unreleased changes )
|
|||
MAPREDUCE-4407. Add hadoop-yarn-server-tests-<version>-tests.jar to hadoop dist
|
||||
package. (ahmed via tucu)
|
||||
|
||||
MAPREDUCE-4465. Update description of yarn.nodemanager.address property.
|
||||
(bowang via tucu)
|
||||
|
||||
Release 2.1.0-alpha - Unreleased
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
|
||||
<!-- Node Manager Configs -->
|
||||
<property>
|
||||
<description>address of node manager IPC.</description>
|
||||
<description>The address of the container manager in the NM.</description>
|
||||
<name>yarn.nodemanager.address</name>
|
||||
<value>0.0.0.0:0</value>
|
||||
</property>
|
||||
|
|
Loading…
Reference in New Issue