Tez TimelineServer

2014-11-11 Thread Dharmesh Kakadia
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 yarn.timeline-service.enabled

Re: Tez TimelineServer

2014-11-11 Thread Rajesh Balamohan
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 wrote: > Hi, > > I am trying to get Tez job statistics through TmielineServer API. > I have set up

Re: Tez TimelineServer

2014-11-11 Thread Dharmesh Kakadia
I had not set that property initially. But even after setting that property in the tez-site, nothing is turning up in the TLS. Thanks, Dharmesh On Tue, Nov 11, 2014 at 7:33 PM, Rajesh Balamohan < rajesh.balamo...@gmail.com> wrote: > Can you check if you have set "tez.history.logging.service.clas

Re: Tez TimelineServer

2014-11-11 Thread Prakash Ramachandran
you have set the yarn.timeline-service.hostname to 0.0.0.0. on the server it means bind on all ip addresses available, however from client its an invalid address. also in tez-site you will need to set the tez.history.logging.service.class property to org.apache.tez.dag.history.logging.ats.ATS

Re: Tez TimelineServer

2014-11-11 Thread Dharmesh Kakadia
Hi Prakash, I have the "yarn.timeline-service.hostname" already set to 0.0.0.0 and after suggestion from Rajesh, I have set tez.history.logging.service.class also, but TLS is still not showing anything. On a side note, is there any simple way to debug this? I am running tez with DEBUG level and t

Re: Tez TimelineServer

2014-11-11 Thread Prakash Ramachandran
Apologies for the confusion. What I meant was the server address cannot be 0.0.0.0 it should be some IP address the client can reach to. On Nov 11, 2014 8:32 PM, "Dharmesh Kakadia" wrote: > Hi Prakash, > > I have the "yarn.timeline-service.hostname" already set to 0.0.0.0 and > after suggestion f

Re: Tez TimelineServer

2014-11-11 Thread Dharmesh Kakadia
Both timelineserver and tez was running on the same machine, so I doubt that could be problem. Anyway, I set the server address to be the hostname and still nothing on TLS. I appreciate your help. Thanks, Dharmesh On Tue, Nov 11, 2014 at 8:53 PM, Prakash Ramachandran < pramachand...@hortonworks.

Re: Tez TimelineServer

2014-11-11 Thread Hitesh Shah
Hi Dharmesh Would you mind filing a jira and attaching the application logs obtained by running “bin/yarn logs -applicationId ” Also, I am assuming you are setting “tez.am.log.level” to DEBUG to get debug logging? Also, when you query the timeline server, what are the calls that you are maki

Re: Tez TimelineServer

2014-11-11 Thread Dharmesh Kakadia
I will file a JIRA with log attached. Currently I am only looking at the TLS web UI. Planning to do programmatic access if this runs. Thanks, Dharmesh On Tue, Nov 11, 2014 at 9:41 PM, Hitesh Shah wrote: > Hi Dharmesh > > Would you mind filing a jira and attaching the application logs obtained

Re: Tez TimelineServer

2014-11-11 Thread Jonathan Eagles
Great, Dharmesh. Make sure to include the web address you are trying to browse (for example localhost:8188/ws/v1/timeline/TEZ_DAG_ID). That will help in debugging. Jon On Tue, Nov 11, 2014 at 10:17 AM, Dharmesh Kakadia wrote: > I will file a JIRA with log attached. > > Currently I am only lookin