tweag / sparkle

Haskell on Apache Spark.
BSD 3-Clause "New" or "Revised" License
447 stars 30 forks source link

Introduce sparkle command #34

Closed mboes closed 8 years ago

mboes commented 8 years ago

This PR represents a substantial overhaul of sparkle's build system:

So to build hello-world:

$ stack build
$ stack exec sparkle package sparkle-example-hello

That produces a .jar file in the current directory suitable for use with spark-submit.

Fixes #33.

cc @alanz could you try this out and let us know whether this works for you? I'd assign you as a reviewer but Github won't let me... :-/

alanz commented 8 years ago

Ok, when I get time today