-
The hostname of the Timeline service web application.
yarn.timeline-service.hostname
master
-
Address for the Timeline server to start the RPC server.
yarn.timeline-service.address
master:10200
-
The http address of the Timeline service web application.
yarn.timeline-service.webapp.address
master:8188
-
The https address of the Timeline service web application.
yarn.timeline-service.webapp.https.address
master:8190
-
Handler thread count to serve the client RPC requests.
yarn.timeline-service.handler-thread-count
10
-
Enables cross-origin support (CORS) for web services where cross-origin web response headers are needed. For example, javascript making a web services request to the timeline server.
yarn.timeline-service.http-cross-origin.enabled
false
-
Comma separated list of origins that are allowed for web services needing cross-origin (CORS) support. Wildcards (*) and patterns allowed
yarn.timeline-service.http-cross-origin.allowed-origins
*
-
Comma separated list of methods that are allowed for web services needing cross-origin (CORS) support.
yarn.timeline-service.http-cross-origin.allowed-methods
GET,POST,HEAD
-
Comma separated list of headers that are allowed for web services needing cross-origin (CORS) support.
yarn.timeline-service.http-cross-origin.allowed-headers
X-Requested-With,Content-Type,Accept,Origin
-
The number of seconds a pre-flighted request can be cached for web services needing cross-origin (CORS) support.
yarn.timeline-service.http-cross-origin.max-age
1800
-
Indicate to clients whether Timeline service is enabled or not. If enabled, the TimelineClient library used by end-users will post entities and events to the Timeline server.
yarn.timeline-service.enabled
true