Package

net.sansa_stack.rdf.spark.io.benchmark

sparkbench

Permalink

package sparkbench

Visibility
  1. Public
  2. All

Type Members

  1. case class RDFParseWorkload(input: Option[String], output: Option[String] = None, saveMode: String, numPartitions: Option[Int] = None, mode: Option[String] = None) extends Workload with Product with Serializable

    Permalink
  2. case class RDFParseWorkloadResult(name: String, timestamp: Long, runtime: Long, numTriples: Long, mode: String) extends Product with Serializable

    Permalink

Value Members

  1. object RDFParseWorkload extends WorkloadDefaults with Serializable

    Permalink

    A custom Spark-Bench workload for the RDF N-Triples reader.

    A custom Spark-Bench workload for the RDF N-Triples reader. The goal is to measure the runtime of the RDF reader, i.e. the performance of the Jena-based parser.

    It loads the RDF file from disk and does a count as action.

Ungrouped