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

implement external sort #1

Open
GoogleCodeExporter opened this issue Dec 28, 2015 · 1 comment
Open

implement external sort #1

GoogleCodeExporter opened this issue Dec 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. run sort on a file larger than emu's memory allocation

What is the expected output? What do you see instead?
It runs out of memory.


Implement an external sort. See Plan9's sort as a guide. This is important
for getting any further with the mapreduce experiments.

Original issue reported on code.google.com by [email protected] on 4 Aug 2006 at 9:44

@GoogleCodeExporter
Copy link
Author

I began coding it but haven't finished or tested any of it yet: 
/appl/mapreduce/sort.b

Original comment by [email protected] on 5 Aug 2006 at 2:10

  • Changed title: implement external sort

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

No branches or pull requests

1 participant