HelpFormatter formatter = new HelpFormatter();
formatter.printHelp("HedwigBenchmark <options>", options);
System.exit(-1);
}
ClientConfiguration cfg = new ClientConfiguration() {
public HedwigSocketAddress getDefaultServerHedwigSocketAddress() {
return new HedwigSocketAddress(cmd.getOptionValue("defaultHub",
"localhost:4080"));
}