Github user JoshRosen commented on the issue:

    https://github.com/apache/spark/pull/13051
  
    This patch just broke the build:
    
    ```
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.2/core/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackendSuite.scala:268:
 not enough arguments for method verifyTaskLaunched: (driver: 
org.apache.mesos.SchedulerDriver, offerId: 
String)List[org.apache.mesos.Protos.TaskInfo].
    [error] Unspecified value parameter offerId.
    [error]     val launchedTasks = verifyTaskLaunched("o1").asScala
    [error]                                           ^
    [error] 
/home/jenkins/workspace/spark-master-compile-maven-hadoop-2.2/core/src/test/scala/org/apache/spark/scheduler/cluster/mesos/MesosCoarseGrainedSchedulerBackendSuite.scala:306:
 not enough arguments for method verifyTaskLaunched: (driver: 
org.apache.mesos.SchedulerDriver, offerId: 
String)List[org.apache.mesos.Protos.TaskInfo].
    [error] Unspecified value parameter offerId.
    [error]     val launchedTasks = verifyTaskLaunched("o1").asScala
    [error]                                           ^
    [warn] one warning found
    [error] two errors found
    [error] Compile failed at Jul 25, 2016 12:34:51 PM [37.534s]
    ```
    
    Going to revert now.



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to