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

[FLINK-1296] Add sorter support for very large records #249

Closed
wants to merge 8 commits into from

Conversation

StephanEwen
Copy link
Contributor

This allows the sorter to handle records larger than the memory sort buffers.

@StephanEwen
Copy link
Contributor Author

This failes with the java 6 compiler, because it has a generics bug. I'll try and work around it...

@StephanEwen StephanEwen force-pushed the big_record_sort branch 2 times, most recently from bd96f90 to ecb8bab Compare December 18, 2014 10:46
@StephanEwen
Copy link
Contributor Author

I think that this one can go into the 0.9 master now.

@rmetzger
Copy link
Contributor

+1

@uce
Copy link
Contributor

uce commented Jan 20, 2015

+1

I will merge this in the next batch.

uce added a commit to uce/flink that referenced this pull request Jan 20, 2015
@uce
Copy link
Contributor

uce commented Jan 20, 2015

OK I've rebased this PR on the current master. All tests are running locally (Travis is still flaky). @mxm is running some cluster tests. I'll push to master after his OK. :-)

@uce
Copy link
Contributor

uce commented Jan 20, 2015

Cluster tests worked fine. If no one objects I'll merge this later today.

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

Successfully merging this pull request may close these issues.

4 participants