Github user skonto commented on a diff in the pull request:
https://github.com/apache/spark/pull/21516#discussion_r194687110
--- Diff:
resource-managers/mesos/src/main/scala/org/apache/spark/scheduler/cluster/mesos/MesosClusterSchedulerSource.scala
---
@@ -17,25 +17,170 @@
package org.apache.spark.scheduler.cluster.mesos
-import com.codahale.metrics.{Gauge, MetricRegistry}
+import java.util.concurrent.TimeUnit
+import java.util.Date
--- End diff --
This causes a scala style error:
java.util.Date is in wrong order relative to java.util.concurrent.TimeUnit
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]