objectRDFParseWorkload extends WorkloadDefaults with Serializable
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.
Linear Supertypes
Serializable, Serializable, WorkloadDefaults, AnyRef, Any
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.