Has anyone gotten powderkeg to work with a Boot REPL? I get this exception when trying to load a ns with powderkeg.core/connect!
:
clojure.lang.ExceptionInfo: Can't filter out Spark jars!
It must be a result of some of Boot's classpath magic.
@kenny yes some boot-specific code seems required
For spark 1.5, including powderkeg 0.5.1 as is, works I guess, since kryo 3 get’s pulled in. So minimal would be to update readme to require kryo 4 on spark 2.x?
You sure that kryo 3 get’s pulled in for 0.5.1?
Anyway it should be in the README
optimistic guess, didn't look at lein deps :tree yet