Debugging Apache Spark [Video] - O'Reilly Media
www.oreilly.com › library › viewDebugging Apache Spark Introduction A Quick Re-cap of Spark's Design Finding Your Logs in Spark (and Finding the Right Ones) The DAG (Not to Be Confused with Dog) and Query Plan Finding the Root Cause of an Error in Spark with Lazy Evaluation A Summary of Common Spark Errors Diagnosing Key-Skew Problems with Spark Out of Memory Exceptions in Spark
Debugging Apache Spark streaming applications - Azure ...
docs.microsoft.com › en-us › azureJul 02, 2021 · This is the most granular level of debugging you can get into from the Spark UI for a Spark Streaming application. This page has all the tasks that were executed for this batch. If you are investigating performance issues of your streaming application, then this page would provide information like the # of tasks that were executed and where they were executed (on which executors), shuffle information, etc.