Home
last modified time | relevance | path

Searched refs:stageInfo2 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/scheduler/
H A DSparkListenerSuite.scala186 val stageInfo2 = listener.stageInfos.keys.find(_.stageId == 1).get constant
187 stageInfo2.rddInfos.size should be {3} // ParallelCollectionRDD, FilteredRDD, MappedRDD
188 stageInfo2.rddInfos.forall(_.numPartitions == 4) should be {true}
189 stageInfo2.rddInfos.exists(_.name == "Deux") should be {true}
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/
H A DExecutorAllocationManagerSuite.scala826 val stageInfo2 = createStageInfo(2, 3, localityPreferences2) constant
827 sc.listenerBus.postToAll(SparkListenerStageSubmitted(stageInfo2))