YARN-7260. yarn.router.pipeline.cache-max-size is missing in yarn-default.xml. Contributed by Jason Lowe
This commit is contained in:
parent
a1afc6aa59
commit
c0bfb385a8
|
@ -3126,9 +3126,9 @@
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>
|
<description>
|
||||||
Size of LRU cache for Router ClientRM Service.
|
Size of LRU cache for Router ClientRM Service and RMAdmin Service.
|
||||||
</description>
|
</description>
|
||||||
<name>yarn.router.clientrm.cache-max-size</name>
|
<name>yarn.router.pipeline.cache-max-size</name>
|
||||||
<value>25</value>
|
<value>25</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue