Github user CodingCat commented on the pull request:

    https://github.com/apache/spark/pull/186#issuecomment-39044551
  
    @kayousterhout In the previous version of PR, I had a dummy taskScheduler 
which always throws exception when submitTask (i.e. dagScheduler will throw 
exception when processing JobSubmit event). The issue here is we put the 
post-fault processing in the actor now, so if we want to test this, we have to 
use akka's testKit which requires us to have some class called something like 
DAGSchedulerActor....(the current DAGScheduler in the trunk avoids this by 
putting all events processing logic in the processEvent 
function)....@markhamstra any suggestion here?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to