GitHub user keypointt opened a pull request:
https://github.com/apache/spark/pull/12744
[SPARK-14935][CORE] DistributedSuite "local-cluster format" shouldn't
actually launch clusters
https://issues.apache.org/jira/browse/SPARK-14935
## What changes were proposed in this pull request?
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.
## How was this patch tested?
Passed unit test on my local machine
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/keypointt/spark SPARK-14935
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12744.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 #12744
----
commit 075a749b0b0ff5c951d6b61cba3f5406fe063d7f
Author: Xin Ren <[email protected]>
Date: 2016-04-27T21:49:00Z
[SPARK-14935] check local-cluster master name with regex, no cluster
launching
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]