if (BenchmarkOption.JYTHON.optionTurnedOn(cmd)) {
GiraphTypes types = new GiraphTypes();
types.inferFrom(PageRankComputation.class);
String script;
DeployType deployType;
if (BenchmarkOption.SCRIPT_PATH.optionTurnedOn(cmd)) {
deployType = DeployType.DISTRIBUTED_CACHE;
String path = BenchmarkOption.SCRIPT_PATH.getOptionValue(cmd);
Path hadoopPath = new Path(path);
Path remotePath = DistributedCacheUtils.copyAndAdd(hadoopPath, conf);