Github user andrewor14 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/247#discussion_r11367919
  
    --- Diff: 
streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala 
---
    @@ -21,15 +21,17 @@ import org.scalatest.{FunSuite, BeforeAndAfter}
     import org.scalatest.exceptions.TestFailedDueToTimeoutException
     import org.scalatest.concurrent.Timeouts
     import org.scalatest.time.SpanSugar._
    -import org.apache.spark.{SparkException, SparkConf, SparkContext}
    +import org.apache.spark.{Logging, SparkException, SparkConf, SparkContext}
     import org.apache.spark.util.{Utils, MetadataCleaner}
    -import org.apache.spark.streaming.dstream.DStream
    +import org.apache.spark.streaming.dstream.{NetworkReceiver, DStream}
    +import java.util.concurrent.atomic.AtomicInteger
    --- End diff --
    
    nit: move this up


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to