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

com.ontology2.bakemono.mapmap.UniqueInternalURIObjectTool Maven / Gradle / Ivy

The newest version!
package com.ontology2.bakemono.mapmap;

import com.ontology2.bakemono.configuration.HadoopTool;

@HadoopTool("uniqInternalURIObjects")
public class UniqueInternalURIObjectTool extends UniqTool {
    @Override
    protected Class getMapperClass() {
        return UniqueInternalURIObjectMapper.class;
    }

    @Override
    protected String getJobName() {
        return "uniqInternalURIObjects";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy