YARN-4706. UI Hosting Configuration in TimelineServer doc is broken. (Akira AJISAKA via gtcarrera9)
(cherry picked from commit f61de41736
)
This commit is contained in:
parent
353f379168
commit
f242b78fd9
|
@ -25,6 +25,8 @@ Release 2.7.3 - UNRELEASED
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
|
YARN-4706. UI Hosting Configuration in TimelineServer doc is broken. (Akira AJISAKA via gtcarrera9)
|
||||||
|
|
||||||
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer
|
YARN-4326. Fix TestDistributedShell timeout as AHS in MiniYarnCluster no longer
|
||||||
binds to default port 8188. (Meng Ding via wangda)
|
binds to default port 8188. (Meng Ding via wangda)
|
||||||
|
|
||||||
|
|
|
@ -52,6 +52,7 @@ With the introduction of the timeline server, the Application History Server bec
|
||||||
the Timeline Server.
|
the Timeline Server.
|
||||||
|
|
||||||
Generic information includes application level data such as
|
Generic information includes application level data such as
|
||||||
|
|
||||||
* queue-name,
|
* queue-name,
|
||||||
* user information and the like set in the `ApplicationSubmissionContext`,
|
* user information and the like set in the `ApplicationSubmissionContext`,
|
||||||
* a list of application-attempts that ran for an application
|
* a list of application-attempts that ran for an application
|
||||||
|
@ -188,6 +189,7 @@ selected if this policy is either of `HTTPS_ONLY` or `HTTP_AND_HTTPS`.
|
||||||
#### UI Hosting Configuration
|
#### UI Hosting Configuration
|
||||||
|
|
||||||
The timeline service can host multiple UIs if enabled. The service can support both static web sites hosted in a directory or war files bundled. The web UI is then hosted on the timeline service HTTP port under the path configured.
|
The timeline service can host multiple UIs if enabled. The service can support both static web sites hosted in a directory or war files bundled. The web UI is then hosted on the timeline service HTTP port under the path configured.
|
||||||
|
|
||||||
| Configuration Property | Description |
|
| Configuration Property | Description |
|
||||||
|:---- |:---- |
|
|:---- |:---- |
|
||||||
| `yarn.timeline-service.ui-names` | Comma separated list of UIs that will be hosted. Defaults to `none`. |
|
| `yarn.timeline-service.ui-names` | Comma separated list of UIs that will be hosted. Defaults to `none`. |
|
||||||
|
|
Loading…
Reference in New Issue