add conf.set("spark.testing", "true")

This commit is contained in:
Renyi Xiong 2016-05-19 12:08:39 -07:00
Родитель ef65a37a8b
Коммит 5f4e589154
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@ class CSharpDStreamSuite extends SparkCLRFunSuite {
test("runParallelJob in UpdateStateByKey") {
val conf = new SparkConf().setAppName("test").setMaster("local")
val conf = new SparkConf().setAppName("test").setMaster("local").set("spark.testing", "true")
val sc = new MockSparkContext(conf)
val ssc = new StreamingContext(sc, new Duration(1000))
val parent = ssc.binaryRecordsStream("test", 0)