MAPREDUCE-3617. Removed wrong default value for yarn.resourcemanager.principal and yarn.nodemanager.principal. Contributed by Jonathan Eagles.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1227808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7440a8aa37
commit
2919ce8c8b
|
@ -420,6 +420,10 @@ Release 0.23.1 - Unreleased
|
|||
MAPREDUCE-3548. Added more unit tests for MR AM & JHS web-services.
|
||||
(Thomas Graves via acmurthy)
|
||||
|
||||
MAPREDUCE-3617. Removed wrong default value for
|
||||
yarn.resourcemanager.principal and yarn.nodemanager.principal. (Jonathan
|
||||
Eagles via acmurthy)
|
||||
|
||||
Release 0.23.0 - 2011-11-01
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -79,7 +79,6 @@
|
|||
<property>
|
||||
<description>The Kerberos principal for the resource manager.</description>
|
||||
<name>yarn.resourcemanager.principal</name>
|
||||
<value>rm/sightbusy-lx@LOCALHOST</value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
|
@ -430,7 +429,7 @@
|
|||
<property>
|
||||
<description>The kerberos principal for the node manager.</description>
|
||||
<name>yarn.nodemanager.principal</name>
|
||||
<value>nm/sightbusy-lx@LOCALHOST</value>
|
||||
<value></value>
|
||||
</property>
|
||||
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue