d streaming data frame with another streaming data frame is not
>>> supported
>>>
>>>
>>>
>>>
>>>
>>> *From: *spark receiver
>>> *Date: *Friday, April 13, 2018 at 11:49 PM
>>> *To: *Aakash Basu
>>> *Cc: *Panagiotis
gTime='5 seconds') \
>> .start()
>>
>> query = wordCounts \
>> .writeStream \
>> .format("console") \
>> .trigger(processingTime='5 seconds') \
>> .start()
>>
>> spark.streams.awaitAnyTerminatio
You could have a really large window.
From: Aakash Basu
Date: Monday, April 16, 2018 at 10:56 AM
To: "Lalwani, Jayesh"
Cc: spark receiver , Panagiotis Garefalakis
, user
Subject: Re: [Structured Streaming] More than 1 streaming in a code
If I use timestamp based windowing, then
<
> panga...@gmail.com>, user
>
> *Subject: *Re: [Structured Streaming] More than 1 streaming in a code
>
>
>
> Hey Jayesh and Others,
>
> Is there then, any other way to come to a solution for this use-case?
>
>
>
> Thanks,
>
> Aakash.
>
>
>
&g
, April 16, 2018 at 4:52 AM
To: "Lalwani, Jayesh"
Cc: spark receiver , Panagiotis Garefalakis
, user
Subject: Re: [Structured Streaming] More than 1 streaming in a code
Hey Jayesh and Others,
Is there then, any other way to come to a solution for this use-case?
Thanks,
Aakash.
On M
*Cc: *Panagiotis Garefalakis , user <
> user@spark.apache.org>
> *Subject: *Re: [Structured Streaming] More than 1 streaming in a code
>
>
>
> Hi Panagiotis ,
>
>
>
> Wondering you solved the problem or not? Coz I met the same issue today.
> I’d appreci
PM
To: Aakash Basu
Cc: Panagiotis Garefalakis , user
Subject: Re: [Structured Streaming] More than 1 streaming in a code
Hi Panagiotis ,
Wondering you solved the problem or not? Coz I met the same issue today. I’d
appreciate so much if you could paste the code snippet if it’s working
.
> What you could do instead is remove all the blocking calls and use
> spark.streams.awaitAnyTermination instead (waiting for either query1 or
> query2 to terminate). Make sure you do that after the query2.start call.
>
> I hope this helps.
>
> Cheers,
> Panagiotis
&
treams.awaitAnyTermination instead (waiting for either query1 or
> query2 to terminate). Make sure you do that after the query2.start call.
>
> I hope this helps.
>
> Cheers,
> Panagiotis
>
> On Fri, Apr 6, 2018 at 11:23 AM, Aakash Basu
> wrote:
>
>> Any help?
>
- Forwarded message --
> From: Aakash Basu
> Date: Thu, Apr 5, 2018 at 3:18 PM
> Subject: [Structured Streaming] More than 1 streaming in a code
> To: user
>
>
> Hi,
>
> If I have more than one writeStream in a code, which operates on the same
> readSt
Any help?
Need urgent help. Someone please clarify the doubt?
-- Forwarded message --
From: Aakash Basu
Date: Thu, Apr 5, 2018 at 3:18 PM
Subject: [Structured Streaming] More than 1 streaming in a code
To: user
Hi,
If I have more than one writeStream in a code, which
Hi,
If I have more than one writeStream in a code, which operates on the same
readStream data, why does it produce only the first writeStream? I want the
second one to be also printed on the console.
How to do that?
from pyspark.sql import SparkSession
from pyspark.sql.functions import split, co
12 matches
Mail list logo