Running Spark 1.4.1 on a Mesos cluster using GCE. I can get Spark up and running, but cannot access the UI for either Mesos or Spark.
I have tried:
- MesosMasterExternalIP:4040
- MesosMasterExternalIP:5050
- MesosMasterExternalIP:7070
- MesosMasterExternalIP:7077
I also tried stopping Spark, ran "ps ax | grep spark-shell" and killed all processes, restarted Spark. No success.
I was trying to follow the instructions in Paco Nathan's post Section 5, but keep getting a "This webpage is not available" error when ever I try to get to the UI via my laptop browser. (Chrome on ubuntu 14.04)
Any suggestions on how to proceed?