Class SparkTsvFileSource<T>

All Implemented Interfaces:
Serializable, ActualOperator, ElementaryOperator, ExecutionOperator, Operator, SparkExecutionOperator

public class SparkTsvFileSource<T> extends UnarySource<T> implements SparkExecutionOperator
Operator for the SparkPlatform that creates a sequence file. Consistent with Spark's object files.
See Also: