Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't create SparkContext in JobProgressListenerSuite.
This reduces the time of the test from 11 seconds to 20 milliseconds. Author: Patrick Wendell <pwendell@gmail.com> Closes #324 from pwendell/job-test and squashes the following commits: 868d9eb [Patrick Wendell] Don't create SparkContext in JobProgressListenerSuite.
- Loading branch information
(We should remove the SparkContext import at the top, but looks like I missed my chance.)