GitHub user cmccabe opened a pull request:

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

    spark-submit: add exec at the end of the script

    Add an 'exec' at the end of the spark-submit script, to avoid keeping a
    bash process hanging around while it runs.  This makes ps look a little
    bit nicer.

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

    $ git pull https://github.com/cmccabe/spark SPARK-1907

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

    https://github.com/apache/spark/pull/858.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 #858
    
----
commit 7023b64993890f33dd73a8534310f3cac5cb041b
Author: Colin Patrick Mccabe <[email protected]>
Date:   2014-05-22T22:08:17Z

    spark-submit: add exec at the end of the script
    
    Add an 'exec' at the end of the spark-submit script, to avoid keeping a
    bash process hanging around while it runs.  This makes ps look a little
    bit nicer.

----


---
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.
---

Reply via email to