GitHub user sun-rui opened a pull request:

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

    [SPARK-12792][SPARKR] Refactor RRDD to support R UDF.

    Refactor RRDD by separating the common logic interacting with the R worker 
to a new class RRunner, which can be used to evaluate R UDFs.
    
    Now RRDD relies on RRuner for RDD computation and RRDD could be reomved if 
we want to remove RDD API in SparkR later.

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

    $ git pull https://github.com/sun-rui/spark SPARK-12792

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

    https://github.com/apache/spark/pull/10947.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 #10947
    
----
commit fc23014ba3fd1c14947cea25a0248b4ccf9b2f7a
Author: Sun Rui <rui....@intel.com>
Date:   2016-01-27T12:37:08Z

    [SPARK-12792][SPARKR] Refactor RRDD to support R UDF.

----


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