[jira] [Updated] (SPARK-7532) Make StreamingContext.start() idempotent
[ https://issues.apache.org/jira/browse/SPARK-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Wendell updated SPARK-7532: --- Fix Version/s: 1.4.0 > Make StreamingContext.start() idempotent > > > Key: SPARK-7532 > URL: https://issues.apache.org/jira/browse/SPARK-7532 > Project: Spark > Issue Type: Bug > Components: Streaming >Reporter: Tathagata Das >Assignee: Tathagata Das >Priority: Blocker > Fix For: 1.4.0 > > > Currently calling StreamingContext.start() throws error when the context is > already started. This is inconsistent with the the StreamingContext.stop() > which is idempotent, that is, called stop() on a stopped context is a no-op. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org
[jira] [Updated] (SPARK-7532) Make StreamingContext.start() idempotent
[ https://issues.apache.org/jira/browse/SPARK-7532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tathagata Das updated SPARK-7532: - Component/s: Streaming > Make StreamingContext.start() idempotent > > > Key: SPARK-7532 > URL: https://issues.apache.org/jira/browse/SPARK-7532 > Project: Spark > Issue Type: Bug > Components: Streaming >Reporter: Tathagata Das >Assignee: Tathagata Das >Priority: Blocker > > Currently calling StreamingContext.start() throws error when the context is > already started. This is inconsistent with the the StreamingContext.stop() > which is idempotent, that is, called stop() on a stopped context is a no-op. -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org