Package com.linkedin.venice.spark.datawriter.recordprocessor
package com.linkedin.venice.spark.datawriter.recordprocessor
-
ClassesClassDescriptionAn implementation of
AbstractInputRecordProcessor
for Spark that processes input records from the dataframe and emits anIterator
ofRow
withDEFAULT_SCHEMA
as the schema.A Factory class to create individualSparkInputRecordProcessor
for processing records in a Spark Dataframe.A SparkMapFunction
that processes inputRow
and converts the logical timestamp in the RMD field to the actual RMD byte array if necessary.