SimpleSuperstepVertexInputFormat.class,
VertexInputFormat.class);
conf.setClass(GiraphJob.VERTEX_COMBINER_CLASS,
GeneratedVertexMatchCombiner.class,
VertexCombiner.class);
mapper.determineClassTypes(conf);
}
public void testDerivedMatchingType() throws SecurityException,
NoSuchMethodException, NoSuchFieldException {
@SuppressWarnings("rawtypes")