Runs an MRJob without invoking the job as a subprocess, so it’s easy to attach a debugger.
This is the default way of testing 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.
InlineMRJobRunner takes the same keyword args as MRJobRunner. However, please note: