Class DistributedCacheHelper
- java.lang.Object
-
- org.apache.accumulo.core.clientImpl.mapreduce.lib.DistributedCacheHelper
-
public class DistributedCacheHelper extends Object
- Since:
- 1.6.0
-
-
Constructor Summary
Constructors Constructor Description DistributedCacheHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddCacheFile(String path, String fragment, org.apache.hadoop.conf.Configuration conf)static voidaddCacheFile(org.apache.hadoop.mapreduce.Job job, String path, String fragment)static InputStreamopenCachedFile(String path, String fragment, org.apache.hadoop.conf.Configuration conf)
-
-
-
Method Detail
-
addCacheFile
public static void addCacheFile(String path, String fragment, org.apache.hadoop.conf.Configuration conf)
- Since:
- 1.6.0
-
addCacheFile
public static void addCacheFile(org.apache.hadoop.mapreduce.Job job, String path, String fragment)
-
openCachedFile
public static InputStream openCachedFile(String path, String fragment, org.apache.hadoop.conf.Configuration conf)
-
-