Runs an MRJob in the same process, so it’s easy to attach a debugger.
This is the default way to run jobs (we assume you’ll spend some time debugging your job before you’re ready to run it on EMR or Hadoop).
To more accurately simulate your environment prior to running on Hadoop/EMR, use -r local (see LocalMRJobRunner).
InlineMRJobRunner takes the same keyword args as MRJobRunner. However, please note: