mrjob.inline - alternate (debugger-friendly) local testing

class mrjob.inline.InlineMRJobRunner(mrjob_cls=None, **kwargs)

Runs an MRJob without invoking the job as a subprocess, so it’s easy to attach a debugger.

This is NOT the default way of testing jobs; to more accurately simulate your environment prior to running on Hadoop/EMR, use -r local.

It’s rare to need to instantiate this class directly (see __init__() for details).

Previous topic

mrjob.hadoop - run on your Hadoop cluster

Next topic

Utilities

This Page