Github user rvesse commented on a diff in the pull request:
https://github.com/apache/spark/pull/23017#discussion_r234970716
--- Diff:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/ClientModeTestsSuite.scala
---
@@ -17,13 +17,13 @@
package org.apache.spark.deploy.k8s.integrationtest
import org.scalatest.concurrent.Eventually
-import scala.collection.JavaConverters._
import
org.apache.spark.deploy.k8s.integrationtest.KubernetesSuite.{k8sTestTag,
INTERVAL, TIMEOUT}
+import org.scalatest.Tag
--- End diff --
I used tags just because that's what the existing scripting did. I thought
there was probably a Maven property to do the same but using tags was fastest
path for me.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]