if (!partitionLocations.exists() && !partitionLocations.mkdirs()) {
String msg = "Unable to create location : "
+ partitionLocations.getAbsolutePath();
logger.severe(msg);
throw new DataNotFoundException(msg);
}
return JPregelConstants.PARTITIONS_LOCATION;
}