I am trying to investigate all the possible methods how to monitor Spark. Ganglia seems to me as very interesting option, but unfortunately I have problem to set it up.
Particularly I am using Spark and it's build in command ./spark-ec2 with option --ganglia after the cluster set up, it prints out that ganglia is started at http://:5080/ganglia, but unfortunately when I try to connect it I am getting that website is not available. I have also checked in EC2 console, that port 5080 is available from anywhere.
So my question is if anyone has some idea, how to possibly connect to Ganglia and what can possibly be wrong? Thank you in advance for any suggestions.