Fork me on GitHub
#flambo
<
2019-06-02
>
Kari Marttila18:06:22

I'm considering to use Flambo in my Clojure + Spark studies. I started to follow the Flambo tutorial (https://github.com/sorenmacbeth/flambo/blob/develop/Tutorial.md ) and I thought I followed the tutorial by the book but once REPL was up and running and I gave the first require expression I got an error:

flambo-tutorial.core=> (require '[flambo.api :as f])
CompilerException java.lang.ClassNotFoundException: org.apache.spark.SparkEnv, compiling:(flambo/kryo.clj:1:1) 
Is there somewhere the tutorial project that I could use as an example?