YARN-9381. The yarn-default.xml has two identical property named yarn.timeline-service.http-cross-origin.enabled. Contributed by Abhishek Modi.
This commit is contained in:
parent
8e1539eca8
commit
67cc24a7a4
|
@ -3603,17 +3603,6 @@
|
||||||
<value>64</value>
|
<value>64</value>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
|
||||||
<description>
|
|
||||||
Flag to enable cross-origin (CORS) support for timeline service v1.x or
|
|
||||||
Timeline Reader in timeline service v2. For timeline service v2, also add
|
|
||||||
org.apache.hadoop.security.HttpCrossOriginFilterInitializer to the
|
|
||||||
configuration hadoop.http.filter.initializers in core-site.xml.
|
|
||||||
</description>
|
|
||||||
<name>yarn.timeline-service.http-cross-origin.enabled</name>
|
|
||||||
<value>false</value>
|
|
||||||
</property>
|
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<description>
|
<description>
|
||||||
Flag to enable cross-origin (CORS) support for timeline service v1.x or
|
Flag to enable cross-origin (CORS) support for timeline service v1.x or
|
||||||
|
|
Loading…
Reference in New Issue