Re: Union of DStream and RDD

2017-02-11 Thread Amit Sela
://spark.apache.org/docs/latest/streaming-programming-guide.html#basic-sources > "*Queue of RDDs as a Stream*" work? Basically create DStream from your > RDD and than union with other DStream. > > 2017-02-08 12:32 GMT-08:00 Amit Sela <amitsel...@gmail.com>: >

Re: Union of DStream and RDD

2017-02-11 Thread Egor Pahomov
m from your RDD and than >> union with other DStream. >> >> 2017-02-08 12:32 GMT-08:00 Amit Sela <amitsel...@gmail.com>: >> >> Hi all, >> >> I'm looking to union a DStream and RDD into a single stream. >> One impor

Re: Union of DStream and RDD

2017-02-08 Thread Amit Sela
e DStream from your > RDD and than union with other DStream. > > 2017-02-08 12:32 GMT-08:00 Amit Sela <amitsel...@gmail.com>: > > Hi all, > > I'm looking to union a DStream and RDD into a single stream. > One important note is that the RDD has to be added to

Re: Union of DStream and RDD

2017-02-08 Thread Egor Pahomov
m>: > Hi all, > > I'm looking to union a DStream and RDD into a single stream. > One important note is that the RDD has to be added to the DStream just > once. > > Ideas ? > > Thanks, > Amit > > -- *Sincerely yoursEgor Pakhomov*

Union of DStream and RDD

2017-02-08 Thread Amit Sela
Hi all, I'm looking to union a DStream and RDD into a single stream. One important note is that the RDD has to be added to the DStream just once. Ideas ? Thanks, Amit