Using spark 3.2, and IntelliJ IDEA
Is there a way to watch Spark runtime information after running?
Data is reported once I run actions on spark-shell but I have a complete application I would like to watch its statistics there.
Is there a possibility to do that?