Re: Tez UI

2016-10-15 Thread Stephen Sprague
hmm... made that change to yarn-site.xml and retarted the timelineserver and RM. $ sudo netstat -lanp | grep 31168 #timelineserver tcp0 0 172.19.103.136:102000.0.0.0:* LISTEN 31168/java tcp0 0 172.19.103.136:8188 0.0.0.0:* LISTEN 31168/java tcp0

Re: Tez UI

2016-10-15 Thread Allan Wilson
Just saw Gopals response...that def needs updating too. Sent from my iPhone > On Oct 15, 2016, at 9:31 PM, Stephen Sprague wrote: > > thanks guys. lemme answer. > > Sreenath- > 1. yarn.acl.enable = false (ie. i did not set it) > 2. this: http://dwrdevnn1.sv2.trulia.com:9766 displays index.h

Re: Tez UI

2016-10-15 Thread Stephen Sprague
thanks guys. lemme answer. Sreenath- 1. yarn.acl.enable = false (ie. i did not set it) 2. this: http://dwrdevnn1.sv2.trulia.com:9766 displays index.html with an *empty* list Gopal- 3. i'll replace 0.0.0.0 with dwrdevnn1.sv2.trulia.com and see happens... Allan- 4. yes, metrics are enabled. I

Re: Tez UI

2016-10-15 Thread Allan Wilson
Are you emitting metrics to the ATS? yarn.timeline-service.enabled=true Sent from my iPhone > On Oct 15, 2016, at 8:36 PM, Sreenath Somarajapuram > wrote: > > Hi Stephen, > > The error message is coming from ATS, and it says that the application data > is not available. > And yes, tez_appl

Re: Tez UI

2016-10-15 Thread Gopal Vijayaraghavan
>   yarn.timeline-service.webapp.address >    0.0.0.0:8188 That could be the problem, because the Tez AM is posting to the localhost:8188 port instead of to the actual ATS node (at dwrdevnn1.sv2.trulia.com). Ambari defaults the parameter to ${yarn.timeline-service.hostname}:8188, where ${yarn.

Re: Tez UI

2016-10-15 Thread Sreenath Somarajapuram
Hi Stephen, The error message is coming from ATS, and it says that the application data is not available. And yes, tez_application_1476574340629_0001 is a legit value. It can be considered as the id for Tez application details. Please help me with these: 1. Are you having yarn.acl.enable = true

Tez UI

2016-10-15 Thread Stephen Sprague
hey guys, i'm having hard time getting the Tez UI to work. I'm sure i'm doing something wrong but i can't seem to figure out. Here's my scenario. 1. i'm using nginx as the webserver. port 9766. using that port without params correctly displays index.html. (i followed the instructions on unzip