관리 메뉴

Hee'World

Sparklyr 설치 본문

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

 

 - 설치환경

   * RAM 16G

   * HDD 500G

   * Windows 7 

 

 - install.packages("sparklyr") 명령어를 이용하여 CRAN에서 설치 가능.

 

 

 

<RStudio에서 Sparklyr 설치화면>

 

 

 

 - http://spark.rstudio.com/ 

 

'Programming > R' 카테고리의 다른 글

기상데이터를 이용한 Shiny App구현  (0) 2020.03.23
tensorflow in r 설치  (0) 2017.07.19
kNN 알고리즘  (0) 2015.05.03
머신 러닝의 기본단계  (0) 2015.05.03
데이터다루기  (0) 2015.05.02
Comments