Hi,

Is there any way to convert a DStream to a streaming dataframe? I want to
use Structured streaming in a new common module that I'm developing. The
existing code uses DStream so trying to figure out how to convert a DStream
to a Streaming Dataframe. The documentation only describes how to read the
data from the source into a streaming Dataframe.

http://spark.apache.org/docs/latest/structured-streaming-programming-guide.html#creating-streaming-dataframes-and-streaming-datasets

Thanks,
TJ

Reply via email to