tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

split spark bindings into several modules #29

Closed alpmestan closed 8 years ago

alpmestan commented 8 years ago

I also used this opportunity to add a few Spark methods here and there:

RDD: take, distinct, intersection, union, sample, first, getNumPartitions, saveAsTextFile SparkContext: addFile, getFile, master DataFrame: join