Fork me on GitHub
#powderkeg
<
2017-05-10
>
kenny02:05:25

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!

kenny02:05:32

It must be a result of some of Boot's classpath magic.

cgrand05:05:15

@kenny yes some boot-specific code seems required

viesti10:05:25

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?

cgrand10:05:30

You sure that kryo 3 get’s pulled in for 0.5.1?

cgrand11:05:27

Anyway it should be in the README

viesti12:05:44

optimistic guess, didn't look at lein deps :tree yet