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

Make Preparer extend Serializable #422

Merged
merged 1 commit into from
Feb 27, 2015
Merged

Make Preparer extend Serializable #422

merged 1 commit into from
Feb 27, 2015

Conversation

franklinhu
Copy link
Contributor

Aggregators created through the Preparer interface retain references to the original Map/FlatMap Preparer instance. For Summingbird Storm jobs, this causes issues since the aggregators need to be Java serializable.
While we could try to construct the instances such that we don't retain any unnecessary references, it seems simpler to just make Preparer extend Serializable to avoid any issues in the future.

cc @avibryant

@avibryant
Copy link
Contributor

LGTM

@johnynek
Copy link
Collaborator

merge when green!

avibryant added a commit that referenced this pull request Feb 27, 2015
Make Preparer extend Serializable
@avibryant avibryant merged commit 1cb9891 into twitter:develop Feb 27, 2015
@franklinhu franklinhu deleted the franklin-preparer branch February 27, 2015 23:49
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.

4 participants