Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Not Able to Access Spark UI through Monitor #41

Open
c-demone opened this issue Nov 27, 2020 · 0 comments
Open

Not Able to Access Spark UI through Monitor #41

c-demone opened this issue Nov 27, 2020 · 0 comments

Comments

@c-demone
Copy link

c-demone commented Nov 27, 2020

Hello,

Amazing tool! Thank you. Everything is working great except I do not see the icon to open the Spark UI:

image

Here is my Spark configuration:

spark.driver.extraClassPath=/usr/local/tools/spark/sparkmonitor/jars/listener.jar
spark.driver.memory=5g
spark.eventLog.dir=lustre:///sparkLogging/2.4.4
spark.eventLog.enabled=true
spark.eventLog.permissions=777
spark.executor.heartbeatInterval=7500
spark.extraListeners=sparkmonitor.listener.JupyterSparkMonitorListener
spark.history.fs.cleaner.enabled=true
spark.history.fs.cleaner.interval=1d
spark.history.fs.cleaner.maxAge=3d
spark.history.fs.logDirectory=lustre:///sparkLogging/2.4.4
spark.kryoserializer.buffer.max=128m
spark.master=local[*]
spark.network.timeout=10000000
spark.network.timetout=10000000
spark.rdd.compress=True
spark.serializer=org.apache.spark.serializer.KryoSerializer
spark.serializer.objectStreamReset=100
spark.sql.parquet.enableVectorizedReader=false
spark.sql.shuffle.partitions=108
spark.submit.deployMode=client
spark.ui.showConsoleProgress=true

I can access the UI through my browser, however. Any help would be appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant