Example usage for org.apache.hadoop.mapreduce MRConfig interface-usage

List of usage examples for org.apache.hadoop.mapreduce MRConfig interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapreduce MRConfig interface-usage.

Usage

From source file skewtune.mapreduce.server.jobtracker.JTConfig.java

/**
 * Place holder for JobTracker server-level configuration.
 * 
 * The keys should have "mapreduce.jobtracker." as the prefix
 */
public interface JTConfig extends MRConfig {

From source file skewtune.mapreduce.server.tasktracker.TTConfig.java

/**
 * Place holder for TaskTracker server-level configuration.
 * 
 * The keys should have "skewtune.tasktracker." as the prefix
 */
public interface TTConfig extends MRConfig {