Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/8385#discussion_r37719224
  
    --- Diff: R/README.md ---
    @@ -63,5 +63,7 @@ You can also run the unit-tests for SparkR by running 
(you need to install the [
     The `./bin/spark-submit` and `./bin/sparkR` can also be used to submit 
jobs to YARN clusters. You will need to set YARN conf dir before doing so. For 
example on CDH you can run
     ```
     export YARN_CONF_DIR=/etc/hadoop/conf
    +./bin/spark-submit --master yarn --deploy-mode cluster (or client) 
examples/src/main/r/dataframe.R
    --- End diff --
    
    Since this is intended as a runnable snippet, I don't think you can write 
"cluster (or client)". I'd write "client". Elsewhere it's explained what this 
option's values are.


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