Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spark UI does not load with SSH tunnel #35

Closed
dunajevas opened this issue Jan 8, 2015 · 2 comments
Closed

Spark UI does not load with SSH tunnel #35

dunajevas opened this issue Jan 8, 2015 · 2 comments

Comments

@dunajevas
Copy link

I can access spark UI from command line via lynx, but with opened SSH tunnel the UI page does not load, I tried all possible link combinations localhost:4040, http://ec2-##-###-###-###.eu-west-1.compute.amazonaws.com:4040/, http://ip-##-##-###-###.eu-west-1.compute.internal. It is weird since I can access hadoop UIs on ports 9026 and 9101. I'm using AMI 3.3.1, with spark 1.2.0

@mhanisch
Copy link

mhanisch commented Jan 9, 2015

I haven't verified it but it sounds like the Spark UI is bound to / listens on the local network interface only.
You might want to look into the web server config.

Michael Hanisch
(sent from a mobile device, please excuse typos and brevity)

On 08.01.2015, at 13:47, dunajevas notifications@github.com wrote:

I can access spark UI from command line via lynx, but with opened SSH tunnel the UI page does not load, I tried all possible link combinations localhost:4040, http://ec2-##-###-###-###.eu-west-1.compute.amazonaws.com:4040/, http://ip-##-##-###-###.eu-west-1.compute.internal. It is weird since I can access hadoop UIs on ports 9026 and 9101. I'm using AMI 3.3.1, with spark 1.2.0


Reply to this email directly or view it on GitHub.

@dunajevas
Copy link
Author

adding -g option to bootstrap action arguments fixes this issue

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

No branches or pull requests

2 participants