use of org.apache.ignite.hadoop.planner.HadoopTestRoundRobinMrPlanner in project ignite by apache.
the class HadoopJobTrackerSelfTest method hadoopConfiguration.
/** {@inheritDoc} */
@Override
public HadoopConfiguration hadoopConfiguration(String igniteInstanceName) {
HadoopConfiguration cfg = super.hadoopConfiguration(igniteInstanceName);
cfg.setMapReducePlanner(new HadoopTestRoundRobinMrPlanner());
return cfg;
}
Aggregations