scalding
scalding copied to clipboard
Add a spark backend
To test the modularity, a basic spark backend based on RDDs should be implemented.
Should be easy to do to based on the cascading backend and the memory backend.
Can you point to the implementation of the inmem backend?
https://github.com/twitter/scalding/blob/develop/scalding-core/src/main/scala/com/twitter/scalding/typed/memory_backend/MemoryBackend.scala
@rabbitonweb
sorry for the latency. Missed this somehow.
see #1782
That gets the memory backend usable (I think).
I'm going to work on a basic spark implementation soon (next couple of weeks).
this has begun. See #1832