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

    https://github.com/apache/spark/pull/124#discussion_r10552705
  
    --- Diff: 
streaming/src/test/scala/org/apache/spark/streaming/InputStreamsSuite.scala ---
    @@ -152,7 +152,7 @@ class InputStreamsSuite extends TestSuiteBase with 
BeforeAndAfter {
         // Set up the streaming context and input streams
         val ssc = new StreamingContext(conf, batchDuration)
         val networkStream = ssc.actorStream[String](Props(new 
TestActor(port)), "TestActor",
    -      StorageLevel.MEMORY_AND_DISK) //Had to pass the local value of port 
to prevent from closing over entire scope
    +      StorageLevel.MEMORY_AND_DISK) // Had to pass the local value of port 
to prevent from closing over entire scope
    --- End diff --
    
    this is going to be longer than 100 chars


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