GitHub user yanboliang opened a pull request:

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

    [[SPARK-18325]][SPARKR] Add example for using native R package.

    ## What changes were proposed in this pull request?
    SparkR provides the ability to distribute the computations by 
```spark.lappy```. In many cases, the distributed computation depends on 
third-party R packages and we need to install corresponding packages to 
executor in advance. Since SparkR is an interactive analytic tools and users 
may use lots of native R packages across the session, so I think it's helpful 
to provide an example to illustrate how to handle this scenario.
    
    ## How was this patch tested?
    Offline test.


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

    $ git pull https://github.com/yanboliang/spark native-r-package

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

    https://github.com/apache/spark/pull/16214.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 #16214
    
----
commit 9b15bb3ccf1b293696f166bb1d64b96906ecbbf9
Author: Yanbo Liang <[email protected]>
Date:   2016-12-07T15:04:03Z

    Add example for using native R package.

----


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