You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tathagata Das (JIRA)" <ji...@apache.org> on 2014/05/20 01:43:38 UTC

[jira] [Closed] (SPARK-1878) Incorrect initialization order in JavaStreamingContext

     [ https://issues.apache.org/jira/browse/SPARK-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tathagata Das closed SPARK-1878.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.0

> Incorrect initialization order in JavaStreamingContext
> ------------------------------------------------------
>
>                 Key: SPARK-1878
>                 URL: https://issues.apache.org/jira/browse/SPARK-1878
>             Project: Spark
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 0.9.0, 1.0.0, 0.9.1
>            Reporter: Shixiong Zhu
>              Labels: easyfix
>             Fix For: 1.0.0
>
>
> sc will be null because it is initialized before sparkContext
>   @deprecated("use sparkContext", "0.9.0")
>   val sc: JavaSparkContext = sparkContext
>   /** The underlying SparkContext */
>   val sparkContext = new JavaSparkContext(ssc.sc)



--
This message was sent by Atlassian JIRA
(v6.2#6252)