108109110111112113114115116117118
// fall back to system discovery if (fs == null) { fs = FileSystem.get(conf); } ds = new DistributedCache(); if (createSymlink) { DistributedCache.createSymlink(conf); }