YARN-6743. yarn.resourcemanager.zk-max-znode-size.bytes description needs spaces in yarn-default.xml
(Contributed by Lori Loberg via Daniel Templeton)
This commit is contained in:
parent
f99b6d19de
commit
25d891a784
|
@ -629,11 +629,11 @@
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>Specifies the maximum size of the data that can be stored
|
<description>Specifies the maximum size of the data that can be stored
|
||||||
in a znode.Value should be same or less than jute.maxbuffer configured
|
in a znode. Value should be same or less than jute.maxbuffer configured
|
||||||
in zookeeper.Default value configured is 1MB.</description>
|
in zookeeper. Default value configured is 1MB.</description>
|
||||||
<name>yarn.resourcemanager.zk-max-znode-size.bytes</name>
|
<name>yarn.resourcemanager.zk-max-znode-size.bytes</name>
|
||||||
<value>1048576</value>
|
<value>1048576</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
|
|
Loading…
Reference in New Issue