Yelp / mrjob

Run MapReduce jobs on Hadoop or Amazon Web Services
http://packages.python.org/mrjob/
Other
2.62k stars 586 forks source link

initializing a MRJob with no args should read from sys.argv #2124

Closed coyotemarin closed 4 years ago

coyotemarin commented 4 years ago

Right now we have this weird sentinel value (_READ_ARGS_FROM_SYS_ARGV) that's used to tell a mrjob to read its arguments from the command line. It should be fine to simply use None for that. Hopefully it won't perturb too many tests.