.setFatClientConfigPath(COPY_Of_FAT_CLIENT_CONFIG_FILE.getAbsolutePath())
.setServerPort(SERVER_PORT)
.setAdminPort(ADMIN_PORT);
try {
coordinator = new CoordinatorServer(coordinatorConfig);
coordinator.start();
} catch(Exception e) {
e.printStackTrace();
fail("Failure to start the Coordinator");
}