hi spark users

I'm running a spark streaming application, with concurrentJobs > 1, so
maybe more than one batches could run together.

Now I would like to do some init work in the first batch based on the
"time" of the first batch. So even the second batch runs faster than the
first batch, I still need to init in the literal "first batch"

Then is there a way that I can know that?
Thank you

Reply via email to