Configure Per-framework Data Collection
You must enable the Timeline Server to configure per-framework data collection.
yarn.timeline-service.enabled – Indicates to clients whether
or not the Timeline Server is enabled. If it is enabled, the TimelineClient library used
by end-users will post entities and events to the Timeline Server.
Example:
<property>
<description>Enable or disable the Timeline Server.</description>
<name>yarn.timeline-service.enabled</name>
<value>true</value>
</property>