Hi,

On Wed, Sep 3, 2014 at 6:54 AM, salemi <alireza.sal...@udo.edu> wrote:

> I was able to calculate the individual measures separately and know I have
> to merge them and spark streaming doesn't support outer join yet.
>

Can't you assign some dummy key (e.g., index) before your processing and
then join on that key using a function from
http://spark.apache.org/docs/latest/api/scala/index.html#org.apache.spark.streaming.dstream.PairDStreamFunctions
?

Tobias

Reply via email to