R 与 Apache Spark:提示和疑难解答R with Apache Spark: tips and troubleshooting
这些文章介绍如何将 R 与 Apache Spark 配合使用。These articles can help you to use R with Apache Spark.
- 更改 R (r-base) 的版本Change version of R (r-base)
- 安装 rJava 和 RJDBC 库Install rJava and RJDBC libraries
- 解决包或命名空间加载错误Resolving package or namespace loading error
- 如何在 RStudio 中持久保存和共享代码How to persist and share code in RStudio
- 修正 R 包的版本Fix the version of R packages
- 呈现包含
sparklyr
代码的 R Markdown 文件时失败Rendering an R markdown file containingsparklyr
code fails - 如何使用
gapply
将 R 代码并行化How To parallelize R code withgapply
- 如何使用
spark.lapply
将 R 代码并行化How To parallelize R code withspark.lapply