Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
trunk, 2.5.0
-
None
Description
In 2.6, update the following YARN configs related to ATS:
- 'yarn.timeline-service.entity-group-fs-store.app-cache-size' on cluster initialization/creation based on host memory.
- 'apptimelineserver_heapsize' on : (1). cluster initialization/creation and/or (2). when a change is detected in value for 'yarn.timeline-service.entity-group-fs-store.app-cache-size', using formula:
ats_heapsize = long(min(math.floor(host_mem/2), long(yarn_timeline_app_cache_size) * 500 + 3072)) // Value in MB