Class HBaseVertexOutputFormat

  • All Implemented Interfaces:
    org.apache.giraph.conf.GiraphConfigurationSettable<ObjectWritable,​VertexValueWritable,​org.apache.hadoop.io.Writable>, org.apache.giraph.conf.ImmutableClassesGiraphConfigurable<ObjectWritable,​VertexValueWritable,​org.apache.hadoop.io.Writable>

    public abstract class HBaseVertexOutputFormat
    extends org.apache.giraph.io.VertexOutputFormat<ObjectWritable,​VertexValueWritable,​org.apache.hadoop.io.Writable>
    Base class for writing Vertex mutations back to specific rows in an HBase table. This class wraps an instance of TableOutputFormat for easy configuration with the existing properties. Works with HBaseVertexInputFormat