Interface | Description |
---|---|
Partitioner |
Partitioning Interface for TripleGeo used in splitting input files into several equi-sized pieces for applying concurrent transformation to RDF.
|
Class | Description |
---|---|
CsvPartitioner |
Splits a CSV text file into several parts in order to be concurrently transformed into RDF.
|
ShpPartitioner |
Partitions a ESRI shapefile into several (equi-sized) parts in order to be concurrently transformed into RDF.
|
SparkPartitioner |
Performs a transformation task using Spark, under the given configuration settings
|