Repository: spark Updated Branches: refs/heads/branch-1.1 c1989aa33 -> 2eb9d7c9f
Fix build breakage introduced by 6c10c2770c718287f9cc2af4109b701fa1057b70 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2eb9d7c9 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2eb9d7c9 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2eb9d7c9 Branch: refs/heads/branch-1.1 Commit: 2eb9d7c9f404d732b300c57ea211e95a6f9b78ec Parents: c1989aa Author: Josh Rosen <[email protected]> Authored: Sat Oct 25 20:33:17 2014 -0700 Committer: Josh Rosen <[email protected]> Committed: Sat Oct 25 20:33:17 2014 -0700 ---------------------------------------------------------------------- .../src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/2eb9d7c9/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala ---------------------------------------------------------------------- diff --git a/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala b/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala index c65e83c..1ca8585 100644 --- a/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala +++ b/streaming/src/test/scala/org/apache/spark/streaming/TestSuiteBase.scala @@ -30,6 +30,7 @@ import org.apache.spark.streaming.dstream.{DStream, InputDStream, ForEachDStream import org.apache.spark.streaming.util.ManualClock import org.apache.spark.{SparkConf, Logging} import org.apache.spark.rdd.RDD +import org.apache.spark.util.Utils /** * This is a input stream just for the testsuites. This is equivalent to a checkpointable, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
