GitHub user benjaminp opened a pull request:
https://github.com/apache/spark/pull/20682
[SPARK-23522][Python] always use sys.exit over builtin exit
The exit() builtin is only for interactive use. applications should use
sys.exit().
## What changes were proposed in this pull request?
All usage of the builtin `exit()` function is replaced by `sys.exit()`.
## How was this patch tested?
I ran `dev/run-tests`.
Please review http://spark.apache.org/contributing.html before opening a
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benjaminp/spark sys-exit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20682.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 #20682
----
commit 311da8a16a82dbe1c28831a7b18fb035a2cdf739
Author: Benjamin Peterson <benjamin@...>
Date: 2018-02-27T03:31:12Z
[SPARK-23522][Python] always use sys.exit over builtin exit
The exit() builtin is only for interactive use. applications should use
sys.exit().
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]