Skip to content

Commit

Permalink
fix for #77
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 14, 2019
1 parent e1865b7 commit 8640508
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tuning.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,12 @@ When using the Spark Standalone and the Mesos cluster managers, all the availabl

When running under YARN Client, you would configure memory and cores as follows:


```{r}
# Memory in Driver
config["sparklyr.shell.driver-memory"] <- "2g"
# Memory per Worker
config["sparklyr.shell.executor-memory"] <- "2g"
config["spark.executor.memory"] <- "2G"
# Cores per Worker
config["sparklyr.shell.executor-cores"] <- 1
Expand Down

0 comments on commit 8640508

Please sign in to comment.