This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-06-02
Channels
- # beginners (23)
- # calva (12)
- # cider (4)
- # clj-kondo (4)
- # cljsrn (2)
- # clojure (25)
- # clojure-chicago (1)
- # clojure-italy (6)
- # clojurescript (5)
- # datomic (5)
- # flambo (1)
- # fulcro (16)
- # hoplon (5)
- # joker (2)
- # keechma (45)
- # off-topic (2)
- # pedestal (2)
- # rewrite-clj (13)
- # robots (5)
- # shadow-cljs (62)
- # xtdb (12)
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?