git commit: Include stack trace for exceptions thrown by user code.

2014-04-16 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 822353dc5 -> aef8a4a51 Include stack trace for exceptions thrown by user code. It is very confusing when your code throws an exception, but the only stack trace show is in the DAGScheduler. This is a simple patch to include the stack

git commit: Include stack trace for exceptions thrown by user code.

2014-04-16 Thread rxin
Repository: spark Updated Branches: refs/heads/master 07b7ad308 -> d4916a8ee Include stack trace for exceptions thrown by user code. It is very confusing when your code throws an exception, but the only stack trace show is in the DAGScheduler. This is a simple patch to include the stack tra