![JAR search and dependency download from the Maven repository](/logo.png)
com.thinkaurelius.titan.hadoop.formats.JobConfigurationFormat Maven / Gradle / Ivy
package com.thinkaurelius.titan.hadoop.formats;
import org.apache.hadoop.mapreduce.Job;
import java.io.IOException;
/**
* If an Input- or OutputFormat requires a dynamic configuration of the job at execution time, then a JobConfigurationFormat can be implemented.
*
* @author Marko A. Rodriguez (http://markorodriguez.com)
*/
public interface JobConfigurationFormat {
public void updateJob(Job job) throws InterruptedException, IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy