setupTool.activateCluster(clusterName, grandCluster, enabled);
}
else if (command.equalsIgnoreCase(ClusterSetup.expandCluster))
{
setupTool.expandCluster(clusterName);
}
else
{
throw new HelixException("Unsupported command: " + command
+ ". Should be one of [" + ClusterSetup.activateCluster + ", "