GitHub user falaki opened a pull request:

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

    [SPARKR][SPARK-8452] expose jobGroup API in SparkR

    This pull request adds following methods to SparkR:
    
    ```R
    setJobGroup()
    cancelJobGroup()
    clearJobGroup()
    ```
    For each method we recover the existing java spark context. There does not 
seem to be a good way to test these in R.
    
    cc @shivaram and @davies 

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

    $ git pull https://github.com/falaki/spark SPARK-8452

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

    https://github.com/apache/spark/pull/6889.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 #6889
    
----
commit 343ca771f45fb1d8e8cff255ec143b7182674011
Author: Hossein <hoss...@databricks.com>
Date:   2015-06-18T22:03:04Z

    Added setJobGroup, cancelJobGroup and clearJobGroup to SparkR

----


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