YARN-6069. CORS support in timeline v2 (Rohith Sharma K S via Varun Saxena)
This commit is contained in:
parent
684de1a902
commit
ff43b8db7a
|
@ -3189,6 +3189,17 @@
|
||||||
<value>false</value>
|
<value>false</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>
|
||||||
The comma separated list of class names that implement the
|
The comma separated list of class names that implement the
|
||||||
|
|
Loading…
Reference in New Issue