>>
>>>> *From:* Vadim Bichutskiy [mailto:vadim.bichuts...@gmail.com]
>>>> *Sent:* Tuesday, May 12, 2015 5:53 PM
>>>> *To:* Evo Eftimov
>>>> *Cc:* Saisai Shao; user@spark.apache.org
>>>>
>>>> *Subject:* Re: DStream Union vs. S
, Evo Eftimov
>> wrote:
>>
>>> I can confirm it does work in Java
>>>
>>>
>>>
>>> *From:* Vadim Bichutskiy [mailto:vadim.bichuts...@gmail.com]
>>> *Sent:* Tuesday, May 12, 2015 5:53 PM
>>> *To:* Evo Eftimov
>>> *Cc:* Saisai Shao;
I can confirm it does work in Java
>>
>>
>>
>> *From:* Vadim Bichutskiy [mailto:vadim.bichuts...@gmail.com]
>> *Sent:* Tuesday, May 12, 2015 5:53 PM
>> *To:* Evo Eftimov
>> *Cc:* Saisai Shao; user@spark.apache.org
>>
>> *Subject:* Re: DStream
:53 PM
> *To:* Evo Eftimov
> *Cc:* Saisai Shao; user@spark.apache.org
>
> *Subject:* Re: DStream Union vs. StreamingContext Union
>
>
>
> Thanks Evo. I tried chaining Dstream unions like what you have and it
> didn't work for me. But passing
>
> multiple arguments to
I can confirm it does work in Java
From: Vadim Bichutskiy [mailto:vadim.bichuts...@gmail.com]
Sent: Tuesday, May 12, 2015 5:53 PM
To: Evo Eftimov
Cc: Saisai Shao; user@spark.apache.org
Subject: Re: DStream Union vs. StreamingContext Union
Thanks Evo. I tried chaining Dstream unions like
ichuts...@gmail.com]
> *Sent:* Tuesday, May 12, 2015 5:37 PM
> *To:* Saisai Shao
> *Cc:* user@spark.apache.org
> *Subject:* Re: DStream Union vs. StreamingContext Union
>
>
>
> Thanks Saisai. That makes sense. Just seems redundant to have both.
>
> ᐧ
>
>
>
&g
...@gmail.com]
Sent: Tuesday, May 12, 2015 5:37 PM
To: Saisai Shao
Cc: user@spark.apache.org
Subject: Re: DStream Union vs. StreamingContext Union
Thanks Saisai. That makes sense. Just seems redundant to have both.
<https://mailfoogae.appspot.com/t?sender=admFkaW0uYmljaHV0c2tpeUBnbWFpbC5j
Thanks Saisai. That makes sense. Just seems redundant to have both.
ᐧ
On Mon, May 11, 2015 at 10:36 PM, Saisai Shao
wrote:
> DStream.union can only union two DStream, one is itself. While
> StreamingContext.union can union an array of DStreams, internally
> DStream.union is a special case of Str
DStream.union can only union two DStream, one is itself. While
StreamingContext.union can union an array of DStreams, internally
DStream.union is a special case of StreamingContext.union:
def union(that: DStream[T]): DStream[T] = new UnionDStream[T](Array(this,
that))
So there's no difference, if
Can someone explain to me the difference between DStream union and
StreamingContext union?
When do you use one vs the other?
Thanks,
Vadim
ᐧ
10 matches
Mail list logo