Hi I am not able to load Spark Web UI page based on the link which comes when we run Spark-shell command
This is the link which is shown in my terminal and on clicking it.
It redirects to web UI but It doesn’t load properly.
Spark context Web UI available at http://g02.itversity.com:36121
@itversity1 @itversity team can you please let me know what should I do?
Is there a resolution to this.
I have tried below things.
- Ran below commands
spark2-shell --master yarn --conf spark.ui.port=0
spark.sparkContext.uiWebUrl - refreshed page several times
- Removed all the cookies from the browser and tried refreshing the web page.