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

com.tinkerpop.gremlin.giraph.structure.io.GiraphGremlinInputFormat Maven / Gradle / Ivy

package com.tinkerpop.gremlin.giraph.structure.io;

import org.apache.hadoop.mapreduce.InputFormat;

/**
 * Giraph maintains its own VertexInputFormat class. These are not compatible with native Hadoop.
 * A GiraphGremlinInputFormat extends VertexInputFormat and provides Hadoop access to an InputFormat that can read:
 * <NullWritable,GiraphVertex> streams.
 *
 * @author Marko A. Rodriguez (http://markorodriguez.com)
 */
public interface GiraphGremlinInputFormat {

    public Class getInputFormatClass();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy