Hi all, I try to stop the streamingContext gracefully in yarn-cluster mode. But it seemes that the job is stopped and start again when I use ssc.stop(true,true). And the job is stopped when I use ssc.stop(true). Does it means that the steamingContext cannot be stopped gracefully inyarn-cluster mode? My spark versoin is 1.4.1. In addition, the steamingContext can be stopped gracefully in local mode. qinggangwa...@gmail.com