Re: Clojure interop with Spark

2020-07-09 Thread Jeff Stokes
Hey Tim, We at Amperity have used Sparkling for our Clojure Spark interop in the past. After a few years of fighting, we eventually ended up with sparkplug ( https://github.com/amperity/sparkplug), which we now use to run all of our production Spark jobs. There is built in support for proper fun

[ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Jeff Stokes
Hi, We've just released a 0.1.0 of our testing framework greenlight . Greenlight provides an integration testing framework for systems to give you the confidence to greenlight your code to production. This is the first public release of this library. ht

Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-02 Thread Jeff Stokes
s vs. other kinds of Clojure testing frameworks? The > examples show tests all running within a single process, some using > Component to build up a system map. Do you also use this for inter-process > integration tests? > > Thanks, Daniel. > > On Mon, Jul 2, 2018 at 6:45 AM J