[ 
https://issues.apache.org/jira/browse/SPARK-6133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14344769#comment-14344769
 ] 

Apache Spark commented on SPARK-6133:
-------------------------------------

User 'andrewor14' has created a pull request for this issue:
https://github.com/apache/spark/pull/4871

> SparkContext#stop is not idempotent
> -----------------------------------
>
>                 Key: SPARK-6133
>                 URL: https://issues.apache.org/jira/browse/SPARK-6133
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 1.0.0
>            Reporter: Andrew Or
>            Assignee: Andrew Or
>
> If we call sc.stop() twice, the listener bus will attempt to log an event 
> after stop() is called, resulting in a scary error message. This happens if 
> Spark calls sc.stop() internally (it does this on certain error conditions) 
> and the application code calls it again, for instance.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to