Skip to content

Conversation

@dreadjr
Copy link

@dreadjr dreadjr commented Mar 19, 2014

I couldn't connect to the YARN UI on port 8088. I am not sure why it is specifically being set. Maybe i am missing something.

netstat -anp | grep 8088

tcp6       0      0 127.0.0.1:8088          :::*                    LISTEN      5378/java

After removing explicit set of yarn.resourcemanager.hostname I was able to access the YARN UI.

netstat -anp | grep 8088

tcp6       0      0 :::8088                 :::*                    LISTEN      8725/java

@jopecko
Copy link

jopecko commented Aug 16, 2014

👍 looks like the IP address for my ethernet network interface is used in the link for the ApplicationMaster so without this mod the link is hitting an address that isn't listening on that port

@alexanderdean
Copy link

This just caught me out too (running in a Vagrant).

Any reason why this hasn't been merged yet?

mpfeiffer00 added a commit to mpfeiffer00/samza-hello-samza that referenced this pull request Aug 9, 2020
The yarn.resourcemanager.hostname is preventing the application from opening on localhost:8088. See apache#1
mpfeiffer00 added a commit to mpfeiffer00/samza-hello-samza that referenced this pull request Aug 9, 2020
The yarn.resourcemanager.hostname is preventing the application from opening on localhost:8088. See apache#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants