I\'m trying to learn to use Yelp\'s Python API for MapReduce, MRJob. Their simple word counter example makes sense, but I\'m curious how one would handle an application invo
The MrJob Fundumentals state:
You can pass multiple input files, mixed with stdin (using the - character):
$ python my_job.py input1.txt input2.txt - < input3.txt