Skip to content

Commit

Permalink
Update SchedulerSuite.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkamravi2 committed Jun 8, 2015
1 parent 7f3e028 commit 242e677
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import org.apache.spark.storage.StorageLevel
import org.apache.spark.streaming.receiver._
import org.apache.spark.util.Utils

/** Testsuite for testing scheduling of streaming receivers */
/** Testsuite for receiver scheduling */
class SchedulerSuite extends TestSuiteBase {
val sparkConf = new SparkConf().setMaster("local[8]").setAppName("test")
val ssc = new StreamingContext(sparkConf, Milliseconds(100))
Expand Down Expand Up @@ -77,7 +77,7 @@ class SchedulerSuite extends TestSuiteBase {
}

/**
* Dummy receiver implementation for testing scheduling
* Dummy receiver implementation
*/
class DummyReceiver(host: Option[String] = None) extends Receiver[Int](StorageLevel.MEMORY_ONLY) {

Expand Down

0 comments on commit 242e677

Please sign in to comment.