New guide on how to write a Spark job in Clojure

2015-02-24 Thread Christian Betz
Hi all,

Maybe some of you are interested: I wrote a new guide on how to start using 
Spark from Clojure. The tutorial covers

  *   setting up a project,
  *   doing REPL- or Test Driven Development of Spark jobs
  *   Running Spark jobs locally.

Just read it on 
https://gorillalabs.github.io/sparkling/articles/tfidf_guide.html.

Comments (and Pull requests) are very welcome.

Sincerly

Chris



Re: New guide on how to write a Spark job in Clojure

2015-02-24 Thread Reynold Xin
Thanks for sharing, Chris.

On Tue, Feb 24, 2015 at 4:39 AM, Christian Betz 
christian.b...@performance-media.de wrote:

  Hi all,

  Maybe some of you are interested: I wrote a new guide on how to start
 using Spark from Clojure. The tutorial covers

- setting up a project,
- doing REPL- or Test Driven Development of Spark jobs
- Running Spark jobs locally.

 Just read it on
 https://gorillalabs.github.io/sparkling/articles/tfidf_guide.html.

  Comments (and Pull requests) are very welcome.

  Sincerly

  Chris