x = myMRJobClass(baseargs)
with x.make_runner() as runner:
print "Starting runner"
runner.run()
and the baseargs variable is a list of strings, the ouput of which looks like this:
['-r', 'inline', "--input_paths=['data/20121103*']", '--db_to_use=mydb', '--data_location=data/', '--db_host=someIP']
Is this formatted correctly? I'm assuming it is, since I can access options.input_paths