GitHub user kmaehashi opened a pull request:
https://github.com/apache/spark/pull/3337
[SPARK-4470] Validate number of threads in local mode
When running Spark locally, if number of threads is specified as 0 (e.g.,
`spark-submit --master local[0] ...`), the job got stuck and does not run at
all.
I think it's better to validate the parameter.
Fix for [SPARK-4470](https://issues.apache.org/jira/browse/SPARK-4470).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kmaehashi/spark spark-4470
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3337.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 #3337
----
commit 7716734721d1cd5704af64e64031ff61f2de5565
Author: Kenichi Maehashi <[email protected]>
Date: 2014-11-18T05:30:54Z
SPARK-4470: Validate number of threads in local mode
----
---
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]