GitHub user darabos opened a pull request:

    https://github.com/apache/spark/pull/1329

    [SPARK-2403] Catch all errors during serialization in DAGScheduler

    https://issues.apache.org/jira/browse/SPARK-2403
    
    Spark hangs for us whenever we forget to register a class with Kryo. This 
should be a simple fix for that. But let me know if you have a better 
suggestion.
    
    I did not write a new test for this. It would be pretty complicated and I'm 
not sure it's worthwhile for such a simple change. Let me know if you disagree.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/darabos/spark spark-2403

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/1329.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1329
    
----
commit 361e96225bad6497009d75c74778336105854a6c
Author: Daniel Darabos <darabos.dan...@gmail.com>
Date:   2014-07-08T13:07:30Z

    Catch all errors during serialization in DAGScheduler.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to