Github user pwoody commented on the issue:

    https://github.com/apache/spark/pull/21135
  
    I've had issues with sbt on tests where it seems to get a hold of a stopped 
SparkContext.
    ```
    sbt.ForkMain$ForkError: java.lang.IllegalStateException: LiveListenerBus is 
stopped.
        at 
org.apache.spark.scheduler.LiveListenerBus.addToQueue(LiveListenerBus.scala:97)
        at 
org.apache.spark.scheduler.LiveListenerBus.addToStatusQueue(LiveListenerBus.scala:80)
        at 
org.apache.spark.sql.internal.SharedState.<init>(SharedState.scala:93)
        at 
org.apache.spark.sql.SparkSession$$anonfun$sharedState$1.apply(SparkSession.scala:120)
        at 
org.apache.spark.sql.SparkSession$$anonfun$sharedState$1.apply(SparkSession.scala:120)
        at scala.Option.getOrElse(Option.scala:121)
        at 
org.apache.spark.sql.SparkSession.sharedState$lzycompute(SparkSession.scala:120)
        at org.apache.spark.sql.SparkSession.sharedState(SparkSession.scala:119)
        at 
org.apache.spark.sql.internal.BaseSessionStateBuilder.build(BaseSessionStateBuilder.scala:286)
        at 
org.apache.spark.sql.test.TestSparkSession.sessionState$lzycompute(TestSQLContext.scala:42)
        at 
org.apache.spark.sql.test.TestSparkSession.sessionState(TestSQLContext.scala:41)
        at org.apache.spark.sql.SQLContext.sessionState(SQLContext.scala:78)
        at org.apache.spark.sql.SQLContext.conf(SQLContext.scala:80)
        at org.apache.spark.sql.execution.SparkPlan.<init>(SparkPlan.scala:62)
        at 
org.apache.spark.sql.execution.LocalTableScanExec.<init>(LocalTableScanExec.scala:31)
        at 
org.apache.spark.sql.streaming.StreamingSymmetricHashJoinHelperSuite.<init>(StreamingSymmetricHashJoinHelperSuite.scala:38)
    ```


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to