You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "shao lo (JIRA)" <ji...@apache.org> on 2015/09/10 22:34:45 UTC

[jira] [Created] (SPARK-10550) SQLListener error constructing extended SQLContext

shao lo created SPARK-10550:
-------------------------------

             Summary: SQLListener error constructing extended SQLContext 
                 Key: SPARK-10550
                 URL: https://issues.apache.org/jira/browse/SPARK-10550
             Project: Spark
          Issue Type: Bug
    Affects Versions: 1.5.0
            Reporter: shao lo


With spark 1.4.1 I was able to created a custom SQLContext class.  With spark 1.5.0, I now get an error  calling the super class constructor.  The problem is related to this new code that was added between 1.4.1 and 1.5.0

  // `listener` should be only used in the driver
  @transient private[sql] val listener = new SQLListener(this)
  sparkContext.addSparkListener(listener)
  sparkContext.ui.foreach(new SQLTab(this, _))

..which generates 
Exception in thread "main" java.lang.NullPointerException
	at org.apache.spark.sql.execution.ui.SQLListener.<init>(SQLListener.scala:34)
	at org.apache.spark.sql.SQLContext.<init>(SQLContext.scala:77)




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