GitHub user techaddict opened a pull request:

    https://github.com/apache/spark/pull/370

    SPARK-1446: Spark examples should not do a System.exit

    Spark examples should exit nice using SparkContext.stop() method, rather 
than System.exit
    System.exit can cause issues like in SPARK-1407

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/techaddict/spark 1446

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/370.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 #370
    
----
commit e9234cf3ac7925dece0190e60c090f4edc49cdf2
Author: Sandeep <sand...@techaddict.me>
Date:   2014-04-09T16:07:51Z

    SPARK-1446: Spark examples should not do a System.exit
    Spark examples should exit nice using SparkContext.stop() method, rather 
than System.exit
    System.exit can cause issues like in SPARK-1407

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to