Can you check if you have set "tez.history.logging.service.class" to "org.apache.tez.dag.history.logging.ats.ATSHistoryLoggingService" ?
~Rajesh.B On Tue, Nov 11, 2014 at 5:55 AM, Dharmesh Kakadia <[email protected]> wrote: > 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 > > -- ~Rajesh.B
