Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/19589#discussion_r147545189
--- Diff: R/pkg/vignettes/sparkr-vignettes.Rmd ---
@@ -57,7 +63,7 @@ We use default settings in which it runs in local mode.
It auto downloads Spark
```{r, include=FALSE}
install.spark()
-sparkR.session(master = "local[1]")
+sparkR.session(master = "local[1]", sparkConfig = sparkSessionConfig,
enableHiveSupport = FALSE)
--- End diff --
hmm, good catch on `enableHiveSupport` I think this should be fine
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]