twitter / scalding

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

Emit the execution step id in the name of the cascading job #1807

Closed johnynek closed 6 years ago

johnynek commented 6 years ago

Currently, Executions have 1 name for every step in the execution.

This is not ideal. We should add to the name the id, which the cascading submit thread uses to distinguish stats objects.