0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 08, 2024 — Feb 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version 1.2.6 More... almost 13 years ago
update javadoc More... almost 13 years ago
Fixed bug in TupleEntry#selectInteger() and marked it as deprecated. More... almost 13 years ago
version 1.2.5 More... about 13 years ago
Removed accidental SLF4J dependencies. More... about 13 years ago
update comments More... over 13 years ago
Fixed bug where ISE was thrown if c.f.Flow#stop() was called immediately after #start(). More... over 13 years ago
version 1.2.4 More... over 13 years ago
update javadoc More... over 13 years ago
Added info logging of current split input path with a task, if any. More... over 13 years ago
updated tests to also test Field.ALL argument selector More... over 13 years ago
Fixed bug in c.o.f.And, c.o.f.Or, and c.o.f.Xor where the sub-select of arguments was not honored. More... over 13 years ago
Added info log message when writing "direct" to a filesystem, bypassing the temporary folder removing the need to rename the output file to its target location. More... over 13 years ago
reverted previous change to globhfs More... over 13 years ago
Fixed bug where c.t.GlobHfs did not include directories found with the given glob pattern. More... over 13 years ago
Fixed bug where if all paths that match a glob pattern are empty, an exception is not thrown causing Hadoop to throw a java.lang.ArrayIndexOutOfBoundsException. More... over 13 years ago
Updated planner to issue an error message if a tail c.p.Pipe instance doesn't not properly bind to a c.t.Tap instance. More... over 13 years ago
use properties file for aws creds More... over 13 years ago
increment version More... almost 14 years ago
version 1.2.3 More... almost 14 years ago
Added c.f.Flow#setMaxConcurrentSteps to set the maximum number of steps that can be submitted concurrently. More... almost 14 years ago
toString for Group won't leave an empty by declaration More... almost 14 years ago
Added error message explaining the Hadoop mapred.jobtracker.completeuserjobs.maximum property needs to be increased when dealing with large numbers of jobs. Also caching success value to lower chance of failure. More... almost 14 years ago
Fixed bug where NPE was thrown when c.c.CascadeConnector tried to unwind nested c.t.MultiSourceTap instances. More... almost 14 years ago
Fixed bug where c.t.Fields#append() would fail when appending unordered selectors. More... almost 14 years ago
Updated c.f.FlowProcess to include #isCounterStatusInitialized() to test if the underlying reporting framework is initialized. Updated c.f.FlowProcess#keepAlive() method to fail silently if the underlying reporting framework is not initialized. More... almost 14 years ago
Updated error message thrown by c.f.FlowStep when unable to find c.t.Tap or c.p.Pipe instances in the flow plan due to a Class serialized field not implementing #hashCode() or #equals() and relying in the object identity. More... almost 14 years ago
added repository to ivy for good form More... almost 14 years ago
increment version More... almost 14 years ago
Added error message explaining the Hadoop mapred.jobtracker.completeuserjobs.maximum property needs to be increased when dealing with large numbers of jobs. More... almost 14 years ago