Programming/R
Sparklyr 설치
Jonghee Jeon
2017. 7. 19. 19:47
Sparklyr: R interface for Apache Spark
- Connect to Spark from R. The sparklyr package provides a
complete dplyr backend.
- Filter and aggregate Spark datasets then bring them into R for
analysis and visualization.
- Use Sparks distributed machine learninglibrary from R.
- Create extensions that call the full Spark API and provide
interfaces to Spark packages
complete dplyr backend.
analysis and visualization.
interfaces to Spark packages
- 설치환경
* RAM 16G
* HDD 500G
* Windows 7
- install.packages("sparklyr") 명령어를 이용하여 CRAN에서 설치 가능.
<RStudio에서 Sparklyr 설치화면>