LOG.trace("dryRun: fullClassPath: {}", fullClassPath);
System.setProperty("java.class.path", fullClassPath); // see FastJavaScriptEngine.parse()
}
job.getConfiguration().set(MorphlineMapRunner.MORPHLINE_FILE_PARAM, options.morphlineFile.getPath());
return new MorphlineMapRunner(
job.getConfiguration(), new DryRunDocumentLoader(), options.solrHomeDir.getPath());
}