Skip to content
claudiaguerrero edited this page Aug 16, 2015 · 4 revisions

The IP of your Docker Container is as follows

macosx-laptop$ docker-machine ip pipelinebythebay

On Linux just use localhost.

Apache Spark Master Admin Web UI

macosx-laptop$ open http://<ip-from-above>:36060

Apache Spark Worker Admin Web UI

macosx-laptop$ open http://<ip-from-above>:36061

Clone this wiki locally