YARN-2732. Fixed syntax error in SecureContainer.apt.vm. Contributed by Jian He.
This commit is contained in:
parent
f729ecf9d2
commit
b94b8b30f2
|
@ -728,6 +728,8 @@ Release 2.6.0 - UNRELEASED
|
|||
YARN-2721. Suppress NodeExist exception thrown by ZKRMStateStore when it
|
||||
retries creating znode. (Jian He via zjshen)
|
||||
|
||||
YARN-2732. Fixed syntax error in SecureContainer.apt.vm. (Jian He via zjshen)
|
||||
|
||||
Release 2.5.1 - 2014-09-05
|
||||
|
||||
INCOMPATIBLE CHANGES
|
||||
|
|
|
@ -111,7 +111,7 @@ min.user.id=1000#Prevent other super-users
|
|||
+---+
|
||||
*** wsce-site.xml
|
||||
|
||||
The hadoopwinutilsvc uses <<<%HADOOP_HOME%\etc\hadoop\wsce_site.xml to configure access to the privileged operations.
|
||||
The hadoopwinutilsvc uses <<<%HADOOP_HOME%\etc\hadoop\wsce_site.xml>>> to configure access to the privileged operations.
|
||||
|
||||
+---+
|
||||
<property>
|
||||
|
|
Loading…
Reference in New Issue