"n",
"");
final String typeValue = commandLine.getOptionValue(
"dim",
"spatial");
DimensionalityType type = DimensionalityType.SPATIAL;
if (typeValue.equalsIgnoreCase("spatial-temporal")) {
type = DimensionalityType.SPATIAL_TEMPORAL;
}
if (zookeepers == null) {
success = false;