eecs485staff / madoop

A light weight MapReduce framework for education
MIT License
9 stars 4 forks source link

Make number of reducers flexible #55

Closed melodell closed 11 months ago

melodell commented 1 year ago

Make the maximum number of reducers flexible, instead of hardcoding the limit to 4. Allows for more interesting tests. (See motivation in eecs485staff/p5-search-engine#550)

awdeorio commented 1 year ago

I'd like the command line option to mimic the real Hadoop CLI.