}
public void config(String[] args) throws UnknownHostException {
InetAddress local = Accumulo.getLocalAddress(args);
clientAddress = new InetSocketAddress(local, 0);
logger = new TabletServerLogger(this, AccumuloConfiguration.getSystemConfiguration().getMemoryInBytes(Property.TSERV_WALOG_MAX_SIZE));
try {
Accumulo.init("tserver");
log.info("Tablet server starting on " + local.getHostAddress());