Re: Trigger.ProcessingTime("10 seconds") & Trigger.Continuous(10.seconds)

2018-02-26 Thread naresh Goud
Thanks, I'll check it out. On Mon, Feb 26, 2018 at 12:11 AM Tathagata Das wrote: > The continuous one is our new low latency continuous processing engine in > Structured Streaming (to be released in 2.3). > Here is the pre-release doc - >

Re: Trigger.ProcessingTime("10 seconds") & Trigger.Continuous(10.seconds)

2018-02-25 Thread Tathagata Das
The continuous one is our new low latency continuous processing engine in Structured Streaming (to be released in 2.3). Here is the pre-release doc - https://dist.apache.org/repos/dist/dev/spark/v2.3.0-rc5-docs/_site/structured-streaming-programming-guide.html#continuous-processing On Sun, Feb

Trigger.ProcessingTime("10 seconds") & Trigger.Continuous(10.seconds)

2018-02-25 Thread naresh Goud
Hello Spark Experts, What is the difference between Trigger.Continuous(10.seconds) and Trigger.ProcessingTime("10 seconds") ? Thank you, Naresh