0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Feb 08, 2024 — Feb 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix for recursion More... over 14 years ago
version 1.1.2 More... over 14 years ago
update error messages to include sub-assembly constructor trace More... over 14 years ago
update javadoc More... over 14 years ago
Added convenience methods on c.c.CascadeConnector#connect() and c.f.FlowConnector#connect() to accept j.u.Collection<Flow> and j.u.Collection<Pipe> arguments, respectively. More... over 14 years ago
Merge branch 'wip-1.1' into wip-1.2 More... over 14 years ago
upate error message regarding multiple Every instances and Buffers More... over 14 years ago
update javadoc to clarify that lifecycle methods execute cluster side More... over 14 years ago
fix for not properly unwrapping CompositeTap types and recognizing Tap instances as riffle dependencies. More... over 14 years ago
Added Riffle support via the new c.f.ProcessFlow wrapper class. Riffle allows for non-Cascading jobs and/or sets of iterative Flows to participate in a c.c.Cascade. More... over 14 years ago
Changed c.c.Cascade instances to disable parallel execution if more than one Flow is a local only job. More... over 14 years ago
Added c.c.Cascade#setMaxConcurrentFlows() property that limits the number of concurrently running Flows. More... over 14 years ago
Added c.c.Cascade#writeDOT method for visualizing the dependencies between flow instances. More... over 14 years ago
formatting More... over 14 years ago
fix typo More... over 14 years ago
fix formatting More... over 14 years ago
Added c.o.f.FilterPartialDuplicates filter and c.p.a.Unique sub-assembly for optimizing de-duping processes. More... over 14 years ago
allow fields sink/source normalization to happen in the base class More... over 14 years ago
null check for unopened serializer More... over 14 years ago
fix for null custom typed fields using a StreamComparator More... over 14 years ago
test for nulls inside custom types during comparisons More... over 14 years ago
Merge branch 'wip-1.1' into wip-1.2 More... over 14 years ago
Fixed bug preventing c.s.TextDelimited schemes from being used with a c.t.TemplateTap. More... over 14 years ago
Updated c.t.Scheme base class to force Field.ALL source declaration to Fields.UNKNOWN, and to force Fields.UNKNOWN sink declaration to Fields.ALL. More... over 14 years ago
Fixed bug where if null was passed to c.s.TextLine sinkCompression, the behavior would be undefined. More... over 14 years ago
Added back c.t.Tuple#add( Comparable ) to remain backwards compatible with 1.0. More... over 14 years ago
more verbose completion event message More... over 14 years ago
improved error message More... over 14 years ago
Merge branch 'wip-1.1-decl-v-select' into wip-1.2-decl-v-select More... over 14 years ago
Fixed bug preventing Fields.ALL selector in c.p.Every when incoming positions are used instead of field names and the given aggregator declares field names. More... over 14 years ago