What all the various ways of writing distributed cache in hadoop ? Options :
DistributedCache.addCacheFile(new URI("/cachefile1"),job.getConfiguration());
Path[] localFiles = DistributedCache.getLocalCacheFiles(conf);
what all other ways ?
What all the various ways of writing distributed cache in hadoop ? Options :
DistributedCache.addCacheFile(new URI("/cachefile1"),job.getConfiguration());
Path[] localFiles = DistributedCache.getLocalCacheFiles(conf);
what all other ways ?