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

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

public class KSimilarity
extends Driver

Finds k-similiar subjects.

The following table lists the properties necessary to set.

property name description example value
de.hpi.fgis.voidgen.hadoop.tasks.KSimilarity.input_paths The input path containing RDF quadruples. voidGen/input3
de.hpi.fgis.voidgen.hadoop.tasks.KSimilarity.temporary_path Temporary output for MapReduce jobs. voidGen/ksim_temp
de.hpi.fgis.voidgen.hadoop.tasks.KSimilarity.output_path Output of the k-similarity job. voidGen/k-similarity

Author:
Johannes Gosda, Hasso Plattner Institute at University of Potsdam, Germany

Constructor Summary
KSimilarity()
           
 
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

KSimilarity

public KSimilarity()
Method Detail

run

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