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

com.thinkaurelius.titan.hadoop.formats.hbase.HBaseInputFormat Maven / Gradle / Ivy

package com.thinkaurelius.titan.hadoop.formats.hbase;

import com.thinkaurelius.titan.hadoop.formats.util.GiraphInputFormat;

public class HBaseInputFormat extends GiraphInputFormat {
    public HBaseInputFormat() {
        super(new HBaseBinaryInputFormat());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy