amperity / sparkplug

Clojure API bindings for Apache Spark
Other
28 stars 1 forks source link

Support for Datasets/DataFrames #11

Closed brandonvin closed 2 years ago

brandonvin commented 4 years ago

Datasets and DataFrames are more efficient and should be preferred over direct RDD programming as of Spark 2.0. Build out the sparkplug-sql project to support them.

brandonvin commented 2 years ago

Stale issue.