GitHub user RussellSpitzer opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/132

    TINKERPOP-911: Lets SparkGraphComputer Set ThreadLocal Properties

    When running in persistent context mode, the configuration for the Spark
    Context is always inherited from the origin configuration. This can be
    overridden for select properties using setLocalProperty. By enabling
    this for SparkGraphComputer a user will be able to take advantage of the
    FairScheduler system with spark or add custom Spark JobGroupIDs to jobs in 
the
    same JVM.

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

    $ git pull https://github.com/RussellSpitzer/incubator-tinkerpop 
TINKERPOP-911

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

    https://github.com/apache/incubator-tinkerpop/pull/132.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 #132
    
----
commit 7502464109ffe9440274da13c70e3bdc431caf10
Author: Russell Spitzer <[email protected]>
Date:   2015-11-02T23:22:45Z

    TINKERPOP-911: Lets SparkGraphComputer Set ThreadLocal Properties
    
    When running in persistent context mode, the configuration for the Spark
    Context is always inherited from the origin configuration. This can be
    overridden for select properties using setLocalProperty. By enabling
    this for SparkGraphComputer a user will be able to take advantage of the
    FairScheduler system with spark or add custom Spark JobGroupIDs to jobs in 
the
    same JVM.

----


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