GitHub user dongjoon-hyun opened a pull request:

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

    [MINOR][DOCS] Use `spark-submit` instead of `sparkR` to submit R script.

    ## What changes were proposed in this pull request?
    
    Since `sparkR` is not used for submitting R Scripts from Spark 2.0, a user 
faces the following error message if he follows the instruction on 
`R/README.md`. This PR updates `R/README.md`.
    ```bash
    $ ./bin/sparkR examples/src/main/r/dataframe.R
    Running R applications through 'sparkR' is not supported as of Spark 2.0.
    Use ./bin/spark-submit <R file>
    ```
    
    ## How was this patch tested?
    
    Manual.


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

    $ git pull https://github.com/dongjoon-hyun/spark update_r_readme

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

    https://github.com/apache/spark/pull/11842.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 #11842
    
----
commit aa7b1c25e4be307ea54e5d8e7bd82b6bb6e7a56e
Author: Dongjoon Hyun <[email protected]>
Date:   2016-03-19T07:34:06Z

    [MINOR][DOCS] Use `spark-submit` instead of `sparkR` to submit R script.
    
    ./bin/sparkR examples/src/main/r/dataframe.R
    ```
    Running R applications through 'sparkR' is not supported as of Spark 2.0.
    Use ./bin/spark-submit <R file>
    ```

----


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