GitHub user skonto opened a pull request:

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

    [SPARK-17062][MESOS] add conf option to mesos dispatcher

    ## What changes were proposed in this pull request?
    Adds --conf option to set spark configuration properties in mesos 
dispacther.
    Properties provided with --conf take precedence over properties within the 
properties file.
    The reason for this PR is that for simple configuration or testing purposes 
we need to provide a property file (ideally a shared one for a cluster) even if 
we just provide a single property.
    
    ## How was this patch tested?
    Manually tested.
    


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

    $ git pull https://github.com/skonto/spark dipatcher_conf

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

    https://github.com/apache/spark/pull/14650.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 #14650
    
----
commit db42e31e2390bfa5dd59e0e4eed6352d171e29de
Author: Stavros Kontopoulos <[email protected]>
Date:   2016-08-15T17:19:16Z

    add conf option to mesos dispatcher

----


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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to