> I'm at a loss to explain why Tez thinks that yarn.timeline-service.enabled is
> false and therefore is not logging to timeline server
That's the YARN timeline configs. Not the Tez one.
<property>
<name>tez.history.logging.service.class</name>
<value>org.apache.tez.dag.history.logging.impl.SimpleHistoryLoggingService</value>
<!-- enable ATS
<value>org.apache.tez.dag.history.logging.ats.ATSHistoryLoggingService</value>
-->
</property>
Those are the 2 configs to disable/enable ATS usage in Tez.
Cheers,
Gopal