cristiprg / BDAPRO.GlobalStateML

This repository contains my solution to the project "Machine learning algorithms with global state" from the BDAPRO class at TU Berlin. (The repo is based on BDAPRO.WS1617)
Apache License 2.0
0 stars 0 forks source link

Read paper on RDD #6

Open cristiprg opened 7 years ago

cristiprg commented 7 years ago

I have no experience with Spark where RDDs play a central role. This paper is a good reading on RDD: http://www-bcf.usc.edu/~minlanyu/teach/csci599-fall12/papers/nsdi_spark.pdf

Edit Then check out the new data format Spark uses in the new ML library: DataFrame