I have a PySpark job that I submit to Livy by using the Python client.
I would like to debug it, and I've come across this article, but it's about Java and uses the configuration value of spark.driver.extraJavaOptions
, while I need it to be in Python.
So is there a way to debug it as it gets executed (via pdb or any other method)?