@Override
protected void afterClusterStart() throws Exception {
IDeployClient deployClient = new DeployClient(_miniCluster.getProtocol());
deployClient.addIndex(INDEX1, TestResources.MAP_FILE_A.getAbsolutePath(), 1).joinDeployment();
_client = new SleepClient(new DefaultNodeSelectionPolicy(), _miniCluster.getZkConfiguration(),
new ClientConfiguration());
}