InputStream worker = getResource(workerJythonPath);
assertNotNull(worker);
PythonInterpreter interpreter = new PythonInterpreter();
JythonJob jythonJob =
HiveJythonUtils.parseJythonStreams(interpreter, launcher, worker);
GiraphConfiguration conf = new GiraphConfiguration();
ScriptLoader.setScriptsToLoad(conf, workerJythonPath, DeployType.RESOURCE,