org.apache.accumulo.core.client.mapreduce.lib.impl
Class DistributedCacheHelper

java.lang.Object
  extended by org.apache.accumulo.core.client.mapreduce.lib.impl.DistributedCacheHelper

public class DistributedCacheHelper
extends Object

Since:
1.6.0

Constructor Summary
DistributedCacheHelper()
           
 
Method Summary
static void addCacheFile(URI uri, org.apache.hadoop.conf.Configuration conf)
           
static URI[] getCacheFiles(org.apache.hadoop.conf.Configuration conf)
           
static org.apache.hadoop.fs.Path[] getLocalCacheFiles(org.apache.hadoop.conf.Configuration conf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedCacheHelper

public DistributedCacheHelper()
Method Detail

addCacheFile

public static void addCacheFile(URI uri,
                                org.apache.hadoop.conf.Configuration conf)
Since:
1.6.0

getCacheFiles

public static URI[] getCacheFiles(org.apache.hadoop.conf.Configuration conf)
                           throws IOException
Throws:
IOException
Since:
1.6.0

getLocalCacheFiles

public static org.apache.hadoop.fs.Path[] getLocalCacheFiles(org.apache.hadoop.conf.Configuration conf)
                                                      throws IOException
Throws:
IOException
Since:
1.6.0


Copyright © 2015 Apache Accumulo Project. All rights reserved.