Hi,
I am trying to get Tez job statistics through TmielineServer API.
I have set up build Tez 0.5.1 and I am able to run tez jobs but no data is
being pushed to the TimelineServer. THe web interface shows nothing.
Here is what I added to the yarn-site.xml
<property>
<name>yarn.timeline-service.enabled</name>
<value>true</value>
</property>
<property>
<name>yarn.timeline-service.hostname</name>
<value>0.0.0.0</value>
</property>
<property>
<name>yarn.timeline-service.generic-application-history.enabled</name>
<value>true</value>
</property>
<property>
<name>yarn.timeline-service.generic-application-history.store-class</name>
<value>org.apache.hadoop.yarn.server.applicationhistoryservice.FileSystemApplicationHistoryStore</value>
</property>
<property>
<name>yarn.timeline-service.store-class</name>
<value>org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore</value>
</property>
Here is my tez-site.xml
<configuration>
<property>
<name>tez.lib.uris</name>
<value>${fs.default.name}/user/hadoop/tez-apps/</value>
</property>
<property>
<name>tez.yarn.ats.enabled</name>
<value>true</value>
</property>
</configuration>
I can not figure out what am I missing. Any help would be great.
Thanks,
Dharmesh