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