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

    https://github.com/apache/spark/pull/6830#discussion_r33554971
  
    --- Diff: 
external/flume/src/test/scala/org/apache/spark/streaming/flume/FlumePollingStreamSuite.scala
 ---
    @@ -53,6 +43,8 @@ class FlumePollingStreamSuite extends SparkFunSuite with 
BeforeAndAfter with Log
         .setMaster("local[2]")
         .setAppName(this.getClass.getSimpleName)
     
    +  var utils = new PollingFlumeTestUtils
    +
       def beforeFunction() {
         logInfo("Using manual clock")
         conf.set("spark.streaming.clock", "org.apache.spark.util.ManualClock")
    --- End diff --
    
    I think that can be moved into the `conf` above and before can be removed. 
Mind doing this small additional change?


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to