powderkeg

kenny 2017-05-10T02:04:25.587792Z

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!

kenny 2017-05-10T02:05:32.593996Z

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

cgrand 2017-05-10T05:24:15.351395Z

@kenny yes some boot-specific code seems required

viesti 2017-05-10T10:28:25.032198Z

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?

cgrand 2017-05-10T10:30:30.052663Z

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

cgrand 2017-05-10T11:17:27.492299Z

Anyway it should be in the README

viesti 2017-05-10T12:58:44.568256Z

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