flambo

sorenmacbeth 2016-09-04T17:39:09.000006Z

you have to run it using spark-submit

sorenmacbeth 2016-09-04T17:39:22.000007Z

@turbopape ^

sorenmacbeth 2016-09-04T17:39:40.000008Z

assuming you want to run it on a cluster

sorenmacbeth 2016-09-04T17:40:39.000009Z

if you don’t, you could create a project that added spark as a dependency and then write a main entry class that does all the spark context setup and runs your spark job

sorenmacbeth 2016-09-04T17:41:25.000010Z

I’ve personally never done that, but it’s equivalent to working locally in a repl so it should work fine.

2016-09-04T18:17:23.000011Z

Actually it didn't:( I added the deps but it asked me about various akka configuration entries that I knew nothing about... Maybe you could help me set them by telling me more of how does it work in the repl?