Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-14935][CORE] DistributedSuite "local-cluster format" shouldn't…
… actually launch clusters https://issues.apache.org/jira/browse/SPARK-14935 In DistributedSuite, the "local-cluster format" test actually launches a bunch of clusters, but this doesn't seem necessary for what should just be a unit test of a regex. We should clean up the code so that this is testable without actually launching a cluster, which should buy us about 20 seconds per build. Passed unit test on my local machine Author: Xin Ren <[email protected]> Closes apache#12744 from keypointt/SPARK-14935.
- Loading branch information