I don't think it is possible since that relies on a different context object. The one situation where you could reuse code possibly is that I believe DoFn's can be wrapped as functions that can be reused on RDDs for processing. I haven't tried that however.
On Tue, Jan 10, 2017 at 8:36 AM, David Ortiz <[email protected]> wrote: > Hey, > > Out of curiosity, is it possible to run Spark Streaming jobs using > code written in Crunch? > > Thanks, > Dave >
