SparkR Package

From GM-RKB
(Redirected from SparkR)
Jump to navigation Jump to search

A SparkR Package is an R package that ...



References

2017

  • http://spark.apache.org/docs/latest/sparkr.html
    • SparkR is an R package that provides a light-weight frontend to use Apache Spark from R. In Spark 2.1.0, SparkR provides a distributed data frame implementation that supports operations like selection, filtering, aggregation etc. (similar to R data frames, dplyr) but on large datasets. SparkR also supports distributed machine learning using MLlib.

2016