2

I installed boot2docker on my Mac and I use docker-compose to create a spark cluster. Everething works fine: i run boot2docker and I create 1 spark master node and 3 spark worker node.

I connect to the spark master's web UI and I can see the 3 worker node.

Now my question is: how can I connect to the workers' web UI?

My Mac does not connect via http to the workers'web UI nodes, using the worker id link in the master's web UI page.

1
  • Can you use telnet <worker ui address or 127.0.0.1> <port>? If you get connection refused you may need to map the port in virtual box, which runs underneath boot2docker. Commented May 8, 2015 at 3:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.