GitHub user sheepduke opened a pull request:

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

    Added support for extra command in front of spark.

    ## What changes were proposed in this pull request?
    
    A minor functional change is added into yarn facility to make it possible 
for users to add some command prefix before spark. Such as "numactl 
--cpunodebind=1 ...". This makes it useful in some cases to do some 
optimization work.
    
    ## How was this patch tested?
    Since it is only a minor functional patch, it is re-compiled and tested on 
our cluster with BigBench to make sure that it works properly.

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

    $ git pull https://github.com/sheepduke/spark master

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

    https://github.com/apache/spark/pull/15579.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 #15579
    
----
commit a24aff91d59dd848cdd5802602b340db832e5507
Author: U-CCR\daianyue <daian...@daianyue-mobl.ccr.corp.intel.com>
Date:   2016-10-21T03:15:46Z

    Added support for extra command in front of spark.
    Such as numactl etc.

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to