sorenmacbeth / flambo

A Clojure DSL for Apache Spark
Eclipse Public License 1.0
606 stars 84 forks source link

Add save-as-text-file with the extra compression codec parameter #93

Closed rborer closed 8 years ago

rborer commented 8 years ago

Thanks for this project, I'm glad to make Spark workflows using clojure :-)

Here is a small improvement regarding save-as-text-file function: saveAsTextFile can take a optional third parameter specifying the compression codec to use to save files.

sorenmacbeth commented 8 years ago

LGTM

rborer commented 8 years ago

@sorenmacbeth Awesome, thanks!

Do you know when you'll release a new version with this change? Right now I'm using a custom built snapshot version but I'm not super comfortable with this. Thanks.