You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by "qinggangwang7@gmail.com" <qi...@gmail.com> on 2015/11/27 01:55:19 UTC

steamingContext stop gracefully failed in yarn-cluster mode






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.�


qinggangwang7@gmail.com