} else {
final InetSocketAddress blobServerAddress = new InetSocketAddress(
jobManagerAddress.getAddress(), blobPort);
LOG.info("Determined BLOB server address to be " + blobServerAddress);
this.libraryCacheManager = new BlobLibraryCacheManager(new BlobCache
(blobServerAddress), GlobalConfiguration.getConfiguration());
}
}
this.ioManager = new IOManager(tmpDirPaths);