Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/15463#discussion_r84812882
--- Diff: core/src/test/scala/org/apache/spark/scheduler/FakeTask.scala ---
@@ -22,7 +22,7 @@ import org.apache.spark.TaskContext
class FakeTask(
stageId: Int,
partitionId: Int,
- prefLocs: Seq[TaskLocation] = Nil) extends Task[Int](stageId, 0,
partitionId) {
+ prefLocs: Seq[TaskLocation] = Nil) extends Task[Int](stageId,
stageAttemptId = 0, partitionId) {
--- End diff --
This is not supported in Scala 2.10. Could you submit a follow-up PR to fix
the Scala 2.10 build, please? Thanks!
See:
https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-sbt-scala-2.10/2914/console
---
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]