Advertisement
Guest User

Untitled

a guest
May 30th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. StreamingContext has already been stopped
  2. [info] StreamingTest:
  3. [info] - simple word count test
  4. [info] - pretend this is testing another DStream operation *** FAILED ***
  5. [info] java.lang.NullPointerException:
  6. [info] at org.apache.spark.streaming.StreamingContext.<init>(StreamingContext.scala:176)
  7. [info] at org.apache.spark.streaming.TestStreamingContext.<init>(TestStreamingContext.scala:24)
  8. [info] at org.apache.spark.streaming.TestStreamingContext.<init>(TestStreamingContext.scala:35)
  9. [info] at com.holdenkarau.spark.testing.StreamingSuiteBase$class.setupStreams(StreamingSuiteBase.scala:165)
  10. [info] at tests.StreamingTest.setupStreams(StreamingTest.scala:7)
  11. [info] at com.holdenkarau.spark.testing.StreamingSuiteBase$class.testOperation(StreamingSuiteBase.scala:321)
  12. [info] at tests.StreamingTest.testOperation(StreamingTest.scala:7)
  13. [info] at com.holdenkarau.spark.testing.StreamingSuiteBase$class.testOperation(StreamingSuiteBase.scala:300)
  14. [info] at tests.StreamingTest.testOperation(StreamingTest.scala:7)
  15. [info] at tests.StreamingTest$$anonfun$2.apply$mcV$sp(StreamingTest.scala:38)
  16. [info] ...
  17. [info] Run completed in 4 seconds, 879 milliseconds.
  18. [info] Total number of tests run: 2
  19. [info] Suites: completed 5, aborted 0
  20. [info] Tests: succeeded 1, failed 1, canceled 0, ignored 0, pending 0
  21. [info] *** 1 TEST FAILED ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement