twitter / scalding

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

Handle runtime exception from cascading for executions #1848

Closed dieu closed 6 years ago

dieu commented 6 years ago

Cascading in case of runtime exception from listeners call onStopping (and don't call onThrowable).

https://github.com/Cascading/cascading/blob/2.6/cascading-core/src/main/java/cascading/flow/BaseFlow.java#L1578