case classRDFParseWorkload(input: Option[String], output: Option[String] = None, saveMode: String, numPartitions: Option[Int] = None, mode: Option[String] = None) extends Workload with Product with Serializable
case classRDFParseWorkloadResult(name: String, timestamp: Long, runtime: Long, numTriples: Long, mode: String) extends Product with Serializable
Value Members
objectRDFParseWorkload extends WorkloadDefaults with Serializable
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.
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.