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

Create a new TimedInputFormat with the time-based virtual split logic used by CreateFileMapper. This allows for future workloads to easily also have time-based mapper logic. #75

Merged
merged 1 commit into from
Feb 13, 2019

Conversation

xkrogen
Copy link
Collaborator

@xkrogen xkrogen commented Feb 12, 2019

The CreateFileMapper is one example of a workload in which we want X number of mappers to do some action for X minutes, but this is a generally useful workload pattern. Pull out the time-based logic so that future workloads can simply define the type of action to take, and leverage the time-based behavior of CreateFileMapper.

… used by CreateFileMapper. This allows for future workloads to easily also have time-based mapper logic.
@xkrogen xkrogen force-pushed the ekrogen-generic-timedinputformat branch from ab5a5e5 to 785ce67 Compare February 13, 2019 16:11
@xkrogen xkrogen merged commit d9d2457 into linkedin:master Feb 13, 2019
@xkrogen xkrogen deleted the ekrogen-generic-timedinputformat branch February 13, 2019 16:25
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

Successfully merging this pull request may close these issues.

2 participants