You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Jacek Laskowski (JIRA)" <ji...@apache.org> on 2016/07/18 12:43:20 UTC

[jira] [Created] (SPARK-16606) Misleading warning for SparkContext.getOrCreate "WARN SparkContext: Use an existing SparkContext, some configuration may not take effect."

Jacek Laskowski created SPARK-16606:
---------------------------------------

             Summary: Misleading warning for SparkContext.getOrCreate "WARN SparkContext: Use an existing SparkContext, some configuration may not take effect."
                 Key: SPARK-16606
                 URL: https://issues.apache.org/jira/browse/SPARK-16606
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 2.1.0
            Reporter: Jacek Laskowski
            Priority: Minor


{{SparkContext.getOrCreate}} should really be checking whether the code gets the already-created instance or creating a new one.

Just a nit-pick: the warning message should also be "Using..." not "Use"

{code}
scala> sc.version
res2: String = 2.1.0-SNAPSHOT

scala> sc
res3: org.apache.spark.SparkContext = org.apache.spark.SparkContext@1186374c

scala> SparkContext.getOrCreate
16/07/18 14:40:31 WARN SparkContext: Use an existing SparkContext, some configuration may not take effect.
res4: org.apache.spark.SparkContext = org.apache.spark.SparkContext@1186374c
{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org