@Experimental(SOURCE_SINK)
Package org.apache.beam.sdk.io.sparkreceiver
Transforms for reading and writing from streaming CDAP plugins.
-
Interface Summary Interface Description HasOffset Interface for any SparkReceiverthat supports reading from and to some offset. -
Class Summary Class Description ReceiverBuilder<X,T extends org.apache.spark.streaming.receiver.Receiver<X>> Class for building an instance forReceiverthat uses Apache Beam mechanisms instead of Spark environment.SparkReceiverIO Streaming sources for SparkReceiver.SparkReceiverIO.Read<V> APTransformto read from SparkReceiver.WrappedSupervisor Wrapper class forReceiverSupervisorthat doesn't use Spark Environment.