Are there any particular things that the DataFrame or Dataset API are missing?
On Fri, May 12, 2017 at 9:49 AM, Tejinder Aulakh <taul...@salesforce.com> wrote: > 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 >