cascalog-graph icon indicating copy to clipboard operation
cascalog-graph copied to clipboard

Graph implementation for Cascalog

Results 5 cascalog-graph issues
Sort by recently updated
recently updated
newest added

Seems to work, but not extensively tested

The tap argument below will result in a very unreadable error ``` ... --my-tap my-tap.hfs-textline?sinkmode-replace ``` This should be fixed

Currently Cascalog Checkpoint reports errors as "ERROR checkpointed-workflow (Thread-23): Component failed" and you get the stacktrace. Many times this stacktrace is enough, but sometimes it is hard to see which...

enhancement

One of the main things that is missing in complex flows is the timing of steps. It would help for debugging purposes if we could add meta functions around steps....

enhancement

Currently there can be unnecessary steps to fulfil a graph. In order to fix this the graph "compiler" should minimize the number of local steps and combine steps when possible.