You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default SkipStrategy in Cascading 2.1 and greater uses the timestamp of the directory returned by getPath(), which in the case of a Pail doesn't change. We need to override getModifiedTime to return 0L when used as a sink and something else (currentTime maybe) when used as a source.
The default SkipStrategy in Cascading 2.1 and greater uses the timestamp of the directory returned by getPath(), which in the case of a Pail doesn't change. We need to override getModifiedTime to return 0L when used as a sink and something else (currentTime maybe) when used as a source.
http://docs.cascading.org/cascading/2.1/userguide/html/ch03s08.html#N20CA7
The text was updated successfully, but these errors were encountered: