twitter / scalding

A Scala API for Cascading
http://twitter.com/scalding
Apache License 2.0
3.5k stars 706 forks source link

Add ability to convert Job to Execution #1792

Closed johnynek closed 6 years ago

johnynek commented 6 years ago

closes #1744

This allows us to use existing jobs as Executions. It should work for the vast majority of Jobs using only the TypedPipe.

A more sophisticated version could also work for the Fields API work by making some changes to the Execution API (or using Execution.fromFn, which I want to remove, so I am reluctant to make the function when I assume the number of fields API jobs is decreasing).

ianoc-stripe commented 6 years ago

neet

lgtm