Hi All,

Is the trigger interval mentioned in this doc
<http://spark.apache.org/docs/latest/structured-streaming-programming-guide.html>
the same as batch interval in structured streaming? For example I have a
long running receiver(not kafka) which sends me a real time stream I want
to use window interval, slide interval of 24 hours to create the Tumbling
window effect but I want to process updates every second.

Thanks!

Reply via email to