Hillary Jairus
Results
2
comments of
Hillary Jairus
If you don't want to change the code, you can use self-signed certificates (not recommended in prod): `#!/bin/bash # Directory to store certificates CERT_DIR="./certs" # Create directory if it doesn't...
You can build your own listener.jar by editing jupyterlab-sparkmonitor/scalalistener/build.sbt, i.e change sparkVersion = "3.2.0". Then run `sbt package`. A new listener.jar will be generated in the sparkmonitor directory. Use that...