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

Map/Reduce Aggregation #18

Open
michaelwisely opened this issue Mar 7, 2016 · 2 comments
Open

Map/Reduce Aggregation #18

michaelwisely opened this issue Mar 7, 2016 · 2 comments

Comments

@michaelwisely
Copy link
Member

Some kind of map/reduce feature for Grader, so that we can aggregate information about submissions

map func for each submission
reduce gets a list of results from mappers

Could be useful for computing submission similarities or aggregating results.

Had to make an issue before I lost this piece of paper here.

@brhoades
Copy link
Member

Could one of you draft up an example of how you'd expect this to flow? For example, is mapping a submission-level command or an assignment-level command?

@michaelwisely
Copy link
Member Author

@brhoades I can do that.

Also, the *-level concern is important for a handful of different grader commands. We really need to iron out how we want to deal with re-submits and re-grades. It gets really hairy really quick.

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

3 participants