mrjob
mrjob copied to clipboard
add get() method to fs
Our fs interface now has put()
but no get()
. Would be relatively trivial to add one; just open a file and cat chunks into it.