Hello all, I was wondering if it is possible to have a high latency batch processing job coexists within Spark Streaming job? If it's possible then could we share the state of the batch job with the Spark Streaming job?
For example when the long-running batch computation is complete, could we inform that Spark streaming that batch job is complete? Kind regards, Raj