All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thinkaurelius.titan.hadoop.config.job.JobClasspathConfigurer Maven / Gradle / Ivy

package com.thinkaurelius.titan.hadoop.config.job;

import java.io.IOException;

import org.apache.hadoop.mapreduce.Job;

/**
 * Configures a Job a mapreduce jar and/or additional classpath elements hosted
 * in the Hadoop DistributedCache.
 */
public interface JobClasspathConfigurer {

    public void configure(Job job) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy