Guest User

Untitled

a guest
Dec 2nd, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. ^[[32mTrackStateRDDSuite:^[[0m
  2. ^[[31m*** RUN ABORTED ***^[[0m
  3. ^[[31m org.apache.spark.SparkException: Only one SparkContext may be running in this JVM (see SPARK-2243). To ignore this error, set spark.driver.allowMultipleContexts = true. The currently running SparkContext was created at:^[[0m
  4. ^[[31morg.apache.spark.SparkContext.<init>(SparkContext.scala:82)^[[0m
  5. ^[[31morg.apache.spark.streaming.StreamingContext$.createNewSparkContext(StreamingContext.scala:874)^[[0m
  6. ^[[31morg.apache.spark.streaming.StreamingContext.<init>(StreamingContext.scala:81)^[[0m
  7. ^[[31morg.apache.spark.streaming.InputStreamsSuite$$anonfun$6.apply$mcV$sp(InputStreamsSuite.scala:211)^[[0m
  8. ^[[31morg.apache.spark.streaming.InputStreamsSuite$$anonfun$6.apply(InputStreamsSuite.scala:202)^[[0m
  9. ^[[31morg.apache.spark.streaming.InputStreamsSuite$$anonfun$6.apply(InputStreamsSuite.scala:202)^[[0m
  10. ^[[31morg.scalatest.Transformer$$anonfun$apply$1.apply$mcV$sp(Transformer.scala:22)^[[0m
  11. ^[[31morg.scalatest.OutcomeOf$class.outcomeOf(OutcomeOf.scala:85)^[[0m
  12. ^[[31morg.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)^[[0m
  13. ^[[31morg.scalatest.Transformer.apply(Transformer.scala:22)^[[0m
  14. ^[[31morg.scalatest.Transformer.apply(Transformer.scala:20)^[[0m
  15. ^[[31morg.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:166)^[[0m
  16. ^[[31morg.apache.spark.SparkFunSuite.withFixture(SparkFunSuite.scala:42)^[[0m
  17. ^[[31morg.scalatest.FunSuiteLike$class.invokeWithFixture$1(FunSuiteLike.scala:163)^[[0m
  18. ^[[31morg.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)^[[0m
  19. ^[[31morg.scalatest.FunSuiteLike$$anonfun$runTest$1.apply(FunSuiteLike.scala:175)^[[0m
  20. ^[[31morg.scalatest.SuperEngine.runTestImpl(Engine.scala:306)^[[0m
  21. ^[[31morg.scalatest.FunSuiteLike$class.runTest(FunSuiteLike.scala:175)^[[0m
  22. ^[[31morg.apache.spark.streaming.InputStreamsSuite.org$scalatest$BeforeAndAfter$$super$runTest(InputStreamsSuite.scala:45)^[[0m
  23. ^[[31morg.scalatest.BeforeAndAfter$class.runTest(BeforeAndAfter.scala:200)^[[0m
  24. ^[[31m at org.apache.spark.SparkContext$$anonfun$assertNoOtherContextIsRunning$1.apply(SparkContext.scala:2257)^[[0m
  25. ^[[31m at org.apache.spark.SparkContext$$anonfun$assertNoOtherContextIsRunning$1.apply(SparkContext.scala:2239)^[[0m
  26. ^[[31m at scala.Option.foreach(Option.scala:236)^[[0m
  27. ^[[31m at org.apache.spark.SparkContext$.assertNoOtherContextIsRunning(SparkContext.scala:2239)^[[0m
  28. ^[[31m at org.apache.spark.SparkContext$.markPartiallyConstructed(SparkContext.scala:2312)^[[0m
  29. ^[[31m at org.apache.spark.SparkContext.<init>(SparkContext.scala:91)^[[0m
  30. ^[[31m at org.apache.spark.streaming.rdd.TrackStateRDDSuite.beforeAll(TrackStateRDDSuite.scala:39)^[[0m
  31. ^[[31m at org.scalatest.BeforeAndAfterAll$class.beforeAll(BeforeAndAfterAll.scala:187)^[[0m
  32. ^[[31m at org.apache.spark.streaming.rdd.TrackStateRDDSuite.beforeAll(TrackStateRDDSuite.scala:33)^[[0m
  33. ^[[31m at org.scalatest.BeforeAndAfterAll$class.run(BeforeAndAfterAll.scala:253)^[[0m
Advertisement
Add Comment
Please, Sign In to add comment