spark web interface does not open

library(sparklyr)

#install a local version of Spark for development purposes
#Installed Spark 2.4.3 for Hadoop 2.7 or later.
spark_install() 

sc <- spark_connect(master = "local" )
spark_web(sc)

results in an error page "Can't reach this page".

Check out this post and see if it helps.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.