perwendel / spark-debug-tools

Better error pages for the Spark Java micro-framework.
Apache License 2.0
69 stars 17 forks source link

Display the entire exception chain. #4

Open mschurr opened 8 years ago

mschurr commented 8 years ago

We should show stack traces for each exception in the chain (while(e.getCause() != null)) to provide more information.

SomeshBL commented 8 years ago

It is giving the exception spark.debug.enableDebugScreen() . Class not found exception (No class Def found error)