the output of agg result of batch 0. But it is
not, the batch 2 data does.
Thanks!
z...@zjdex.com
From: Gerard Maas
Date: 2018-08-27 17:26
To: zrc
CC: kabhwan; spark users; wch
Subject: Re: Re: About the question of Spark Structured Streaming window output
Hi,
> 1、why the start time is &
has received after
>> the batch is end. But when the time of window + watermark is up, there
>> is no result to output. Is there something I misss? Thanks in advance.
>>
>>
>>
>> --
>> z...@zjdex.com
>>
>>
>> *From:* Gera
not output when the
batch1 data is comming?
Thanks a lot!
z...@zjdex.com
From: Jungtaek Lim
Date: 2018-08-27 11:01
To: z...@zjdex.com
CC: Gerard Maas; user; 王程浩
Subject: Re: Re: About the question of Spark Structured Streaming window output
You may want to add streaming listener to your quer
Hi :
I have some questions about spark structured streaming window output in
spark 2.3.1. I write the application code as following:
case class DataType(time:Timestamp, value:Long) {}
val spark = SparkSession
.builder
.appName("StructuredNetworkWordCount")
.master("local[1