I am a newbie in Spark programming and developing a Spark application using IntelliJ IDE. What I want to achieve is reaching Spark Web UI while continuing debugging in IntelliJ. However, I'am getting "This site can't be reached" error when trying to reach the URL provided by SparkContext.
Is it possible to both monitoring the Spark Web UI and debugging in IntelliJ?
Thanks in advance.
UPDATE
I've already tried http://localhost:4040 and http://localhost:8088. Also, I could reach Spark Web UI from http://localhost:4040 when starting spark-shell via command line interface.