de.hpi.fgis.voidgen.hadoop.tasks
Class VocabularyDetection

java.lang.Object
  extended by de.hpi.fgis.voidgen.hadoop.Driver
      extended by de.hpi.fgis.voidgen.hadoop.tasks.VocabularyDetection
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class VocabularyDetection
extends Driver

Identifies and counts all the vocabularies used in the processed data-set.

The following table lists the properties necessary to set.

property name description example value
de.hpi.fgis.voidgen.hadoop.tasks.VocabularyDetection.input_paths The path containing the input RDF data in quadruple format. voidGen/input3
de.hpi.fgis.voidgen.hadoop.tasks.VocabularyDetection.output_path The output path containing the vocabularies. voidGen/vocabularies

Author:
Dandy Fenz, Hasso Plattner Institute at University of Potsdam, Germany, Matthias Pohl, Hasso Plattner Institute at University of Potsdam, Germany, Johannes Gosda, Hasso Plattner Institute at University of Potsdam, Germany

Constructor Summary
VocabularyDetection()
           
 
Method Summary
 int run(java.lang.String[] args)
           
 
Methods inherited from class de.hpi.fgis.voidgen.hadoop.Driver
getConf, getPath, getPaths, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabularyDetection

public VocabularyDetection()
Method Detail

run

public int run(java.lang.String[] args)
        throws java.lang.Exception
Throws:
java.lang.Exception