You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2022. It is now read-only.
Hello,
Amazing tool! Thank you. Everything is working great except I do not see the icon to open the Spark UI:
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.
The text was updated successfully, but these errors were encountered: