Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

override getModifiedTime for Cascading >= 2.1 #27

Open
sorenmacbeth opened this issue May 10, 2013 · 0 comments
Open

override getModifiedTime for Cascading >= 2.1 #27

sorenmacbeth opened this issue May 10, 2013 · 0 comments

Comments

@sorenmacbeth
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant