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 < [email protected]> wrote: > 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" <[email protected]> wrote: > >> 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 there is no error I could find. >> >> Thanks, >> Dharmesh >> >> On Tue, Nov 11, 2014 at 8:07 PM, Prakash Ramachandran < >> [email protected]> wrote: >> >>> 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.ATSHistoryLoggingService >>> >>> >>> On 11/11/14 7:40 PM, Dharmesh Kakadia wrote: >>> >>> 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 < >>> [email protected]> wrote: >>> >>>> 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 >>>> >>> >>> >>> >>> CONFIDENTIALITY NOTICE >>> NOTICE: This message is intended for the use of the individual or entity >>> to which it is addressed and may contain information that is confidential, >>> privileged and exempt from disclosure under applicable law. If the reader >>> of this message is not the intended recipient, you are hereby notified that >>> any printing, copying, dissemination, distribution, disclosure or >>> forwarding of this communication is strictly prohibited. If you have >>> received this communication in error, please contact the sender immediately >>> and delete it from your system. Thank You. >> >> >> > CONFIDENTIALITY NOTICE > NOTICE: This message is intended for the use of the individual or entity > to which it is addressed and may contain information that is confidential, > privileged and exempt from disclosure under applicable law. If the reader > of this message is not the intended recipient, you are hereby notified that > any printing, copying, dissemination, distribution, disclosure or > forwarding of this communication is strictly prohibited. If you have > received this communication in error, please contact the sender immediately > and delete it from your system. Thank You. >
