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

    https://github.com/apache/spark/pull/9290#discussion_r43413963
  
    --- Diff: R/pkg/R/sparkR.R ---
    @@ -93,7 +93,7 @@ sparkR.stop <- function() {
     #' sc <- sparkR.init("local[2]", "SparkR", "/home/spark",
     #'                  list(spark.executor.memory="1g"))
     #' sc <- sparkR.init("yarn-client", "SparkR", "/home/spark",
    -#'                  list(spark.executor.memory="1g"),
    +#'                  list(spark.executor.memory="4g", 
spark.driver.memory="2g"),
    --- End diff --
    
    Yeah we should take this out of here. I think we should add a new section 
in the Programming guide called 'Running SparkR from RStudio' and include this 
option there. Here we could just have a link to the latest programming guide 
with something like 'For more options on how to initialize and use SparkR see 
our programming guide'


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