eecs485staff / madoop

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

Exception On Empty Input Files #42

Closed jaredzh closed 2 years ago

jaredzh commented 2 years ago

Madoop has an AssertionError in the prepare_input_files function when an input file is empty.

awdeorio commented 2 years ago

The expected behavior is to create/tolerate an empty input file.