gorillalabs / sparkling

A Clojure library for Apache Spark: fast, fully-features, and developer friendly
https://gorillalabs.github.io/sparkling/
Eclipse Public License 1.0
448 stars 68 forks source link

Add subtract function for two rdds #27

Closed jstokes closed 9 years ago

jstokes commented 9 years ago

I don't know if you wanted this in the api ns, but I went ahead and added a wrapper there as well - mostly because the majority of unit tests for that ns.

I'll look at adding subtractByKey and possibly a couple others if you're open to it and this looks good.

chrisbetz commented 9 years ago

Lovin it. Complete with test, into the right branch, that's a no brainer for me to accept :) Thanks for the help, always appreciated!

chrisbetz commented 9 years ago

I pushed 1.2.4-SNAPSHOT to clojars right now, so you can enjoy your changes.