Interface RddRdfLoader<T>

All Superinterfaces:
RddLoader<org.apache.hadoop.io.LongWritable,T>
All Known Implementing Classes:
RddRdfLoaderImpl

public interface RddRdfLoader<T> extends RddLoader<org.apache.hadoop.io.LongWritable,T>
An RddRdfLoader provides rdf-related methods to operate on paths w.r.t. a sparkContext
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.riot.system.PrefixMap
    peekPrefixes(org.apache.spark.SparkContext sparkContext, String path)
    Peek prefixes w.r.t.

    Methods inherited from interface net.sansa_stack.spark.io.rdf.input.api.RddLoader

    getFileInputFormatClass, getValueClass, load
  • Method Details

    • peekPrefixes

      org.apache.jena.riot.system.PrefixMap peekPrefixes(org.apache.spark.SparkContext sparkContext, String path)
      Peek prefixes w.r.t. the hadoop configuration and the loader's FileInputFormat