logger.info("Startup of Zookeeper complete");
}
@Override
protected Callable<Object> getCallable(UnixCommand command) {
CommandOutputListener commandOutputListener = new LoggingCommandOutputListener(outputListener,
logger,
true);
return new ZkStarterCallable<Object>(command, commandOutputListener);
}