Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Local mode #93

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 9 years ago

Initial cut of local mode. This creates a new project for the local implementation so that it can declare a test dependency on pigpen-tests.

The main pigpen operators are now in pigpen-core, and pigpen-local is the new pigpen artifact. Projects like pig and cascading now depend on pigpen-local (pigpen).

cc @pkozikow @mapstrchakra