Union of two Diff. types of DStreams

2015-06-14 Thread anshu shukla
How to take union of JavaPairDStreamString, Integer and JavaDStreamString . *a.union(b) is working only with Dstreams of same type.* -- Thanks Regards, Anshu Shukla

Re: Union of two Diff. types of DStreams

2015-06-14 Thread ayan guha
That's by design. You can make up the value in 2nd rdd by putting a default Int value. On 15 Jun 2015 15:30, anshu shukla anshushuk...@gmail.com wrote: How to take union of JavaPairDStreamString, Integer and JavaDStreamString . *a.union(b) is working only with Dstreams of same type.*