Package

net.sansa_stack.inference.spark

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class CustomSparkListener extends SparkListener

    Permalink

  2. class NTriplesToParquetConverter extends AnyRef

    Permalink

    Convert N-Triples data into the Apache Parquet format.

  3. class RDFSSchemaExtractor extends Logging with Serializable

    Permalink

    An extractor of the schema for RDFS.

    An extractor of the schema for RDFS.

    Currently, it's supports the extraction of triples (s,p,o) with p being

    • rdfs:subClassOf
    • rdfs:subPropertyOf
    • rdfs:domain
    • rdfs:range
  4. case class RDFTriple(s: String, p: String, o: String) extends Product with Serializable

    Permalink

Value Members

  1. object NTriplesToParquetConverter

    Permalink
  2. object PrettyDuration

    Permalink
  3. object RDDUtils

    Permalink

    Utility class for RDD operations.

  4. object SparkManager

    Permalink

  5. object SparkSettings

    Permalink

Ungrouped