Skip to content

Commit

Permalink
AMBARI-25982: Fix incorrect description of yarn.timeline-service.enab…
Browse files Browse the repository at this point in the history
…led in tez-site.xml
  • Loading branch information
dmmkr committed Aug 6, 2023
1 parent 2f44170 commit 0a81034
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,12 @@
<property>
<name>yarn.timeline-service.enabled</name>
<value>false</value>
<description>Timeline service version we&#x2019;re currently using.</description>
<description>Indicate to clients whether timeline service is enabled or not.
If enabled, clients will put entities and events to the timeline server.
</description>
<value-attributes>
<type>boolean</type>
</value-attributes>
<on-ambari-upgrade add="false"/>
</property>
</configuration>

0 comments on commit 0a81034

Please sign in to comment.