_zkConnection.start();
try
{
_log.info("Cluster configuration:\n" + clusters);
writeConfig(ZKFSUtil.clusterPath(_basePath), new ClusterPropertiesJsonSerializer(),
new ClusterPropertiesJsonSerializer(), clusters, _clusterDefaults);
_log.info("Wrote cluster configuration");
_log.info("Service configuration:\n" + services);
writeConfig(ZKFSUtil.servicePath(_basePath), new ServicePropertiesJsonSerializer(),
new ServicePropertiesJsonSerializer(), services, _serviceDefaults);