Prevent multiple active batch spark streaming -


i running spark job stream context running each 60seconds. problem processing time of 1 batch long (due calculation , saving rdd , parquet cloud storage), 1 batch couldn't able finish within 1 minute timeframe. ends next batch keep going in , become active (status = processing). after while, have 10 active batch in processing while first 1 has been finished yet. result, slowed down , no batch able finish. there anyway strictly limit number of active batch 1 @ time.

thanks.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -