Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
1.1.0
-
None
Description
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.